From 42dee5fb6be6c2498f943716f482470e8c460d6d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 18:58:48 +0000 Subject: [PATCH] chore(arithmetic-coding-core): release v0.4.2 --- Cargo.lock | 81 ++--------------------------- Cargo.toml | 2 +- arithmetic-coding-core/CHANGELOG.md | 6 +++ arithmetic-coding-core/Cargo.toml | 2 +- fenwick-model/Cargo.toml | 2 +- 5 files changed, 14 insertions(+), 79 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c03456..8751f52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11,15 +11,6 @@ dependencies = [ "memchr", ] -[[package]] -name = "alloca" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5a7d05ea6aea7e9e64d25b9156ba2fee3fdd659e34e41063cd2fc7cd020d7f4" -dependencies = [ - "cc", -] - [[package]] name = "anes" version = "0.1.6" @@ -46,7 +37,7 @@ dependencies = [ [[package]] name = "arithmetic-coding-core" -version = "0.4.1" +version = "0.4.2" dependencies = [ "thiserror", ] @@ -78,16 +69,6 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" -[[package]] -name = "cc" -version = "1.2.48" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c481bdbf0ed3b892f6f806287d72acd515b352a4ec27a208489b8c1bc839633a" -dependencies = [ - "find-msvc-tools", - "shlex", -] - [[package]] name = "cfg-if" version = "1.0.0" @@ -157,11 +138,10 @@ dependencies = [ [[package]] name = "criterion" -version = "0.8.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0dfe5e9e71bdcf4e4954f7d14da74d1cdb92a3a07686452d1509652684b1aab" +checksum = "e1c047a62b0cc3e145fa84415a3191f628e980b194c2755aa12300a4e6cbd928" dependencies = [ - "alloca", "anes", "cast", "ciborium", @@ -170,7 +150,6 @@ dependencies = [ "itertools", "num-traits", "oorandom", - "page_size", "plotters", "rayon", "regex", @@ -182,9 +161,9 @@ dependencies = [ [[package]] name = "criterion-plot" -version = "0.8.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5de36c2bee19fba779808f92bf5d9b0fa5a40095c277aba10c458a12b35d21d6" +checksum = "9b1bcc0dc7dfae599d84ad0b1a55f80cde8af3725da8313b528da95ef783e338" dependencies = [ "cast", "itertools", @@ -242,12 +221,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "find-msvc-tools" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" - [[package]] name = "half" version = "2.4.1" @@ -283,12 +256,6 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "libc" -version = "0.2.177" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" - [[package]] name = "log" version = "0.4.25" @@ -322,16 +289,6 @@ version = "11.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" -[[package]] -name = "page_size" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da" -dependencies = [ - "libc", - "winapi", -] - [[package]] name = "plotters" version = "0.3.7" @@ -480,12 +437,6 @@ dependencies = [ "serde", ] -[[package]] -name = "shlex" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" - [[package]] name = "syn" version = "2.0.96" @@ -644,22 +595,6 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "winapi" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" -dependencies = [ - "winapi-i686-pc-windows-gnu", - "winapi-x86_64-pc-windows-gnu", -] - -[[package]] -name = "winapi-i686-pc-windows-gnu" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" - [[package]] name = "winapi-util" version = "0.1.9" @@ -669,12 +604,6 @@ dependencies = [ "windows-sys", ] -[[package]] -name = "winapi-x86_64-pc-windows-gnu" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" - [[package]] name = "windows-sys" version = "0.59.0" diff --git a/Cargo.toml b/Cargo.toml index 24f0657..bb1600c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ repository.workspace = true rust-version.workspace = true [dependencies] -arithmetic-coding-core = { path = "./arithmetic-coding-core", version = "0.4.1" } +arithmetic-coding-core = { path = "./arithmetic-coding-core", version = "0.4.2" } bitstream-io = "4.4.0" thiserror = { workspace = true } diff --git a/arithmetic-coding-core/CHANGELOG.md b/arithmetic-coding-core/CHANGELOG.md index 11b6778..f719723 100644 --- a/arithmetic-coding-core/CHANGELOG.md +++ b/arithmetic-coding-core/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.2](https://github.com/danieleades/arithmetic-coding/compare/arithmetic-coding-core-v0.4.1...arithmetic-coding-core-v0.4.2) - 2025-12-01 + +### Other + +- improve doc comments and address lints ([#85](https://github.com/danieleades/arithmetic-coding/pull/85)) + ## [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 ### Other diff --git a/arithmetic-coding-core/Cargo.toml b/arithmetic-coding-core/Cargo.toml index adb4129..fef7d2e 100644 --- a/arithmetic-coding-core/Cargo.toml +++ b/arithmetic-coding-core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "arithmetic-coding-core" description = "core traits for the 'arithmetic-coding' crate" -version = "0.4.1" +version = "0.4.2" edition.workspace = true license.workspace = true keywords.workspace = true diff --git a/fenwick-model/Cargo.toml b/fenwick-model/Cargo.toml index d113489..60ad380 100644 --- a/fenwick-model/Cargo.toml +++ b/fenwick-model/Cargo.toml @@ -16,6 +16,6 @@ repository.workspace = true rust-version.workspace = true [dependencies] -arithmetic-coding-core = { path = "../arithmetic-coding-core", version = "0.4.1" } +arithmetic-coding-core = { path = "../arithmetic-coding-core", version = "0.4.2" } fenwick = "2.0.0" thiserror = { workspace = true }