All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.1 - 2024-02-26
- Add CHANGELOG.md and cliff.toml (#10)
- Import nybbles bench from reth
- Add SizeRange to proptest Arbitrary parameters
- Add changelog script
0.2.0 - 2024-02-26
- Make it clear when an invalid instance is created (#8)
- Release 0.2.0
- Simplify slice implementation (#7)
- Update release.toml
- Update configs
- Add concurrency (#9)
- Optimize usize::MAX check in get_byte (#5)
arbitrary
feature separation (#3)
0.1.2 - 2023-12-20
- Assume macro
- Add logo
- More methods, examples
- Release 0.1.2
- Rename macros
- Merge pull request #1 from dvush/pop-idx-mut
- Replace mut index with set_at
- Add mutable indexing, pop
0.1.1 - 2023-12-15
- Implement Index
- Release 0.1.1
- Add clippy.toml
- Add release.toml
- Master
0.1.0 - 2023-12-15
- Add more examples
- Description
- Initial implementation
- Initial commit
- Remove useless branch on smallvec heap init