From e7bb463b1a232fd9f79458606857f0c472730c2d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 00:42:16 +0000 Subject: [PATCH] chore: release v0.3.2 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e93ec87..7b1b1e6 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.2](https://github.com/tailcallhq/tailcall-chunk/compare/v0.3.1...v0.3.2) - 2024-12-15 + +### Other + +- [autofix.ci] apply automated fixes (attempt 2/3) + ## [0.3.1](https://github.com/tailcallhq/tailcall-chunk/compare/v0.3.0...v0.3.1) - 2024-11-26 ### Other diff --git a/Cargo.lock b/Cargo.lock index 944daaf..ded2a1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "aho-corasick" @@ -671,7 +671,7 @@ dependencies = [ [[package]] name = "tailcall-chunk" -version = "0.3.1" +version = "0.3.2" dependencies = [ "criterion", "gh-workflow-tailcall", diff --git a/Cargo.toml b/Cargo.toml index 41e2f0a..b047212 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tailcall-chunk" -version = "0.3.1" +version = "0.3.2" edition = "2021" license = "Apache-2.0" description = "A Rust implementation of a persistent data structure for efficient append and concatenation operations."