Skip to content

Commit 7c5d37d

Browse files
chore: release (#66)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 573cccb commit 7c5d37d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

fenwick-model/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
### Other
1717

18+
- release ([#59](https://github.com/danieleades/arithmetic-coding/pull/59))
19+
- *(ci)* add cargo-deny check ([#60](https://github.com/danieleades/arithmetic-coding/pull/60))
20+
- de-duplicate 'state' code ([#57](https://github.com/danieleades/arithmetic-coding/pull/57))
21+
- implement 'BitStore' for usize ([#41](https://github.com/danieleades/arithmetic-coding/pull/41))
22+
- Update fenwick requirement from 1.0.0 to 2.0.0 ([#38](https://github.com/danieleades/arithmetic-coding/pull/38))
23+
- General improvements ([#36](https://github.com/danieleades/arithmetic-coding/pull/36))
24+
- Use binary search in fenwick model ([#35](https://github.com/danieleades/arithmetic-coding/pull/35))
25+
- improve test coverage ([#26](https://github.com/danieleades/arithmetic-coding/pull/26))
26+
- address lints ([#24](https://github.com/danieleades/arithmetic-coding/pull/24))
27+
- add cargo fuzz target ([#21](https://github.com/danieleades/arithmetic-coding/pull/21))
28+
- Add bench test ([#20](https://github.com/danieleades/arithmetic-coding/pull/20))
29+
- move traits into a 'core' crate ([#19](https://github.com/danieleades/arithmetic-coding/pull/19))
30+
31+
## [0.1.0](https://github.com/danieleades/arithmetic-coding/releases/tag/fenwick-model-v0.1.0) - 2024-09-12
32+
33+
### Added
34+
35+
- [**breaking**] Allow compiling with stable toolchain ([#64](https://github.com/danieleades/arithmetic-coding/pull/64))
36+
37+
### Other
38+
1839
- *(ci)* add cargo-deny check ([#60](https://github.com/danieleades/arithmetic-coding/pull/60))
1940
- de-duplicate 'state' code ([#57](https://github.com/danieleades/arithmetic-coding/pull/57))
2041
- implement 'BitStore' for usize ([#41](https://github.com/danieleades/arithmetic-coding/pull/41))

0 commit comments

Comments
 (0)