From 5ecd0bd1e4c00dbfbc9078b44d73efcf71ca8213 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 14:44:23 -0400 Subject: [PATCH] chore: release v0.3.0 (#26) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60c251d..0af587d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0](https://github.com/antiguru/flatcontainer/compare/v0.2.0...v0.3.0) - 2024-05-24 + +### Other +- Replace CopyOnto by Push ([#28](https://github.com/antiguru/flatcontainer/pull/28)) +- Fix bench, add to ci + ## [0.2.0](https://github.com/antiguru/flatcontainer/compare/v0.1.0...v0.2.0) - 2024-03-13 ### Changes diff --git a/Cargo.toml b/Cargo.toml index 5c1789b..b691f38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flatcontainer" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = ["Moritz Hoffmann "] description = "A flat container representation for Rust"