Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 26, 2024
1 parent 66ed92c commit 9ae3d8f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flatcontainer"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
authors = ["Moritz Hoffmann <[email protected]>"]
description = "A flat container representation for Rust"
Expand Down

0 comments on commit 9ae3d8f

Please sign in to comment.