From 9ae3d8f882747672c856586f90248d88f9d30e00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 20:54:47 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0c876d..0017aef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0](https://github.com/antiguru/flatcontainer/compare/v0.4.1...v0.5.0) - 2024-06-26 + +### Other +- Rename Containerized to RegionPreference and add owned type ([#47](https://github.com/antiguru/flatcontainer/pull/47)) +- Use vectors as regions ([#46](https://github.com/antiguru/flatcontainer/pull/46)) +- Efficient cloning of regions and flat stack ([#45](https://github.com/antiguru/flatcontainer/pull/45)) +- Use OffsetOptimized in consecutive offset pairs ([#43](https://github.com/antiguru/flatcontainer/pull/43)) +- Add reserve items to consecutive offset pairs ([#42](https://github.com/antiguru/flatcontainer/pull/42)) +- Improve GatCow test ([#41](https://github.com/antiguru/flatcontainer/pull/41)) + ## [0.4.1](https://github.com/antiguru/flatcontainer/compare/v0.4.0...v0.4.1) - 2024-06-17 ### Other diff --git a/Cargo.toml b/Cargo.toml index fc363af..3810565 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flatcontainer" -version = "0.4.1" +version = "0.5.0" edition = "2021" authors = ["Moritz Hoffmann "] description = "A flat container representation for Rust"