diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4b8c5c2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.2.0](https://github.com/tailcallhq/tailcall-chunk/compare/v0.1.0...v0.2.0) - 2024-11-16 + +### Other + +- update readme badges diff --git a/Cargo.lock b/Cargo.lock index ca9cb5a..4f6868f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -329,7 +329,7 @@ dependencies = [ [[package]] name = "tailcall-chunk" -version = "0.1.0" +version = "0.2.0" dependencies = [ "gh-workflow", ] diff --git a/Cargo.toml b/Cargo.toml index b44f30a..dc61e33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tailcall-chunk" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "Apache-2.0" description = "A Rust implementation of a persistent data structure for efficient append and concatenation operations."