From 085c0896bc2c0186b47c28cbca92cce5e24de019 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 11:08:47 -0800 Subject: [PATCH] chore: release v0.2.3 (#17) 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 56f4fd4..31c0931 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.3](https://github.com/tailcallhq/tailcall-chunk/compare/v0.2.2...v0.2.3) - 2024-11-16 + +### Other + +- drop module from ci.rs + ## [0.2.2](https://github.com/tailcallhq/tailcall-chunk/compare/v0.2.1...v0.2.2) - 2024-11-16 ### Other diff --git a/Cargo.lock b/Cargo.lock index cffb79a..b2fcdf7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -329,7 +329,7 @@ dependencies = [ [[package]] name = "tailcall-chunk" -version = "0.2.2" +version = "0.2.3" dependencies = [ "gh-workflow", ] diff --git a/Cargo.toml b/Cargo.toml index 7091ab1..78666a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tailcall-chunk" -version = "0.2.2" +version = "0.2.3" edition = "2021" license = "Apache-2.0" description = "A Rust implementation of a persistent data structure for efficient append and concatenation operations."