From eaeb6367df7d630dc89653000c0601d8319d4e10 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:00:36 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1822be2..d0c876d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1](https://github.com/antiguru/flatcontainer/compare/v0.4.0...v0.4.1) - 2024-06-17 + +### Other +- Add missing Ord and ReserveItems impls ([#39](https://github.com/antiguru/flatcontainer/pull/39)) +- Huffman container ([#20](https://github.com/antiguru/flatcontainer/pull/20)) +- Fix warning on Rust 1.79 ([#38](https://github.com/antiguru/flatcontainer/pull/38)) +- Move complex tests to separate folder ([#34](https://github.com/antiguru/flatcontainer/pull/34)) + ## [0.3.2](https://github.com/antiguru/flatcontainer/compare/v0.3.1...v0.3.2) - 2024-05-28 ### Other diff --git a/Cargo.toml b/Cargo.toml index 7d57634..fc363af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flatcontainer" -version = "0.4.0" +version = "0.4.1" edition = "2021" authors = ["Moritz Hoffmann "] description = "A flat container representation for Rust"