diff --git a/CHANGELOG.md b/CHANGELOG.md index 31c0931..d59cc07 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.2.4](https://github.com/tailcallhq/tailcall-chunk/compare/v0.2.3...v0.2.4) - 2024-11-16 + +### Other + +- update README.md + ## [0.2.3](https://github.com/tailcallhq/tailcall-chunk/compare/v0.2.2...v0.2.3) - 2024-11-16 ### Other diff --git a/Cargo.lock b/Cargo.lock index b2fcdf7..fb26838 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -329,7 +329,7 @@ dependencies = [ [[package]] name = "tailcall-chunk" -version = "0.2.3" +version = "0.2.4" dependencies = [ "gh-workflow", ] diff --git a/Cargo.toml b/Cargo.toml index 78666a6..15b8ad8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tailcall-chunk" -version = "0.2.3" +version = "0.2.4" edition = "2021" license = "Apache-2.0" description = "A Rust implementation of a persistent data structure for efficient append and concatenation operations."