diff --git a/CHANGELOG.md b/CHANGELOG.md index 0af587d..2ba55d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1](https://github.com/antiguru/flatcontainer/compare/v0.3.0...v0.3.1) - 2024-05-24 + +### Other +- Update recommended version to 0.3 ([#29](https://github.com/antiguru/flatcontainer/pull/29)) + ## [0.3.0](https://github.com/antiguru/flatcontainer/compare/v0.2.0...v0.3.0) - 2024-05-24 ### Other diff --git a/Cargo.toml b/Cargo.toml index b691f38..f1d1f1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flatcontainer" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = ["Moritz Hoffmann "] description = "A flat container representation for Rust"