From 39893218ceab0f756e3d8903832346193023876a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 10:51:16 -0800 Subject: [PATCH] chore: release v0.2.1 (#13) 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 4b8c5c2..cbd6777 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.1](https://github.com/tailcallhq/tailcall-chunk/compare/v0.2.0...v0.2.1) - 2024-11-16 + +### Other + +- lint fixes + ## [0.2.0](https://github.com/tailcallhq/tailcall-chunk/compare/v0.1.0...v0.2.0) - 2024-11-16 ### Other diff --git a/Cargo.lock b/Cargo.lock index 4f6868f..a3bed91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -329,7 +329,7 @@ dependencies = [ [[package]] name = "tailcall-chunk" -version = "0.2.0" +version = "0.2.1" dependencies = [ "gh-workflow", ] diff --git a/Cargo.toml b/Cargo.toml index f646f4e..b66114f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tailcall-chunk" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "Apache-2.0" description = "A Rust implementation of a persistent data structure for efficient append and concatenation operations."