Skip to content

Commit 1480863

Browse files
chore(arithmetic-coding-core): release v0.4.2
1 parent 53660cc commit 1480863

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repository.workspace = true
3030
rust-version.workspace = true
3131

3232
[dependencies]
33-
arithmetic-coding-core = { path = "./arithmetic-coding-core", version = "0.4.1" }
33+
arithmetic-coding-core = { path = "./arithmetic-coding-core", version = "0.4.2" }
3434
bitstream-io = "3.0.0"
3535
thiserror = { workspace = true }
3636

arithmetic-coding-core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.2](https://github.com/danieleades/arithmetic-coding/compare/arithmetic-coding-core-v0.4.1...arithmetic-coding-core-v0.4.2) - 2025-04-28
11+
12+
### Other
13+
14+
- improve doc comments and address lints ([#85](https://github.com/danieleades/arithmetic-coding/pull/85))
15+
1016
## [0.4.1](https://github.com/danieleades/arithmetic-coding/compare/arithmetic-coding-core-v0.4.0...arithmetic-coding-core-v0.4.1) - 2025-03-11
1117

1218
### Other

arithmetic-coding-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "arithmetic-coding-core"
33
description = "core traits for the 'arithmetic-coding' crate"
4-
version = "0.4.1"
4+
version = "0.4.2"
55
edition.workspace = true
66
license.workspace = true
77
keywords.workspace = true

fenwick-model/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ repository.workspace = true
1616
rust-version.workspace = true
1717

1818
[dependencies]
19-
arithmetic-coding-core = { path = "../arithmetic-coding-core", version = "0.4.1" }
19+
arithmetic-coding-core = { path = "../arithmetic-coding-core", version = "0.4.2" }
2020
fenwick = "2.0.0"
2121
thiserror = { workspace = true }

0 commit comments

Comments
 (0)