diff --git a/CHANGELOG.md b/CHANGELOG.md index e93ec87..7b1b1e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.2](https://github.com/tailcallhq/tailcall-chunk/compare/v0.3.1...v0.3.2) - 2024-12-15 + +### Other + +- [autofix.ci] apply automated fixes (attempt 2/3) + ## [0.3.1](https://github.com/tailcallhq/tailcall-chunk/compare/v0.3.0...v0.3.1) - 2024-11-26 ### Other diff --git a/Cargo.lock b/Cargo.lock index 944daaf..ded2a1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "aho-corasick" @@ -671,7 +671,7 @@ dependencies = [ [[package]] name = "tailcall-chunk" -version = "0.3.1" +version = "0.3.2" dependencies = [ "criterion", "gh-workflow-tailcall", diff --git a/Cargo.toml b/Cargo.toml index 41e2f0a..b047212 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tailcall-chunk" -version = "0.3.1" +version = "0.3.2" edition = "2021" license = "Apache-2.0" description = "A Rust implementation of a persistent data structure for efficient append and concatenation operations."