From 9fb3a24c5340c3d340491de6ae35b6ddbac60ece Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:54:31 -0800 Subject: [PATCH] chore: release v0.3.0 (#27) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6485c7..c954aa2 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.0](https://github.com/tailcallhq/tailcall-chunk/compare/v0.2.5...v0.3.0) - 2024-11-19 + +### Other + +- Update README.md + ## [0.2.5](https://github.com/tailcallhq/tailcall-chunk/compare/v0.2.4...v0.2.5) - 2024-11-16 ### Other diff --git a/Cargo.lock b/Cargo.lock index 6c94f3e..562b7fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -648,7 +648,7 @@ dependencies = [ [[package]] name = "tailcall-chunk" -version = "0.2.5" +version = "0.3.0" dependencies = [ "criterion", "gh-workflow", diff --git a/Cargo.toml b/Cargo.toml index 39f7e5f..e4fff9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tailcall-chunk" -version = "0.2.5" +version = "0.3.0" edition = "2021" license = "Apache-2.0" description = "A Rust implementation of a persistent data structure for efficient append and concatenation operations."