From 86c8f2c363e61cb519fac0700eb953bb2e7bf21b 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:59:27 -0800 Subject: [PATCH] chore: release v0.2.2 (#16) 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 cbd6777..56f4fd4 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.2](https://github.com/tailcallhq/tailcall-chunk/compare/v0.2.1...v0.2.2) - 2024-11-16 + +### Other + +- Configure Renovate ([#2](https://github.com/tailcallhq/tailcall-chunk/pull/2)) + ## [0.2.1](https://github.com/tailcallhq/tailcall-chunk/compare/v0.2.0...v0.2.1) - 2024-11-16 ### Other diff --git a/Cargo.lock b/Cargo.lock index a3bed91..cffb79a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -329,7 +329,7 @@ dependencies = [ [[package]] name = "tailcall-chunk" -version = "0.2.1" +version = "0.2.2" dependencies = [ "gh-workflow", ] diff --git a/Cargo.toml b/Cargo.toml index b66114f..7091ab1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tailcall-chunk" -version = "0.2.1" +version = "0.2.2" edition = "2021" license = "Apache-2.0" description = "A Rust implementation of a persistent data structure for efficient append and concatenation operations."