# Change log This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.2.1] - 2024-09-12 ### Changed - Updated dependencies. ## [0.2.0] - 2024-04-24 ### Added - Implement `PartialEq` and `Eq` for `DataModel`. ### Changed - Fixed loading of the cache of the OpenBSD or NetBSD dynamic loader on 64-bits big-endian architectures. - Support loading 32-bits and 64-bits cache of the OpenBSD or NetBSD dynamic loader, irrespective of the host architecture. ## [0.1.2] - 2024-03-27 ### Removed - Dependency `memoffset`. ### Changed - Moved repository to `codeberg.org`. ## [0.1.1] - 2024-03-12 ### Added - Implement `FusedIterator` and `ExactSizeIterator` for iterators when possible. - Stricter validation of file formats. - More unit tests. ## [0.1.0] - 2024-02-25 ### Added - Initial release.