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 23, 2024
1 parent 4f4d747 commit a49b88f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.2](https://github.com/antiguru/flatcontainer/compare/v0.4.1...v0.4.2) - 2024-06-23

### Other
- 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.4.2"
edition = "2021"
authors = ["Moritz Hoffmann <[email protected]>"]
description = "A flat container representation for Rust"
Expand Down

0 comments on commit a49b88f

Please sign in to comment.