Skip to content

Commit

Permalink
chore: release v0.4.1 (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 17, 2024
1 parent ee7826b commit ef8912c
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.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
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.0"
version = "0.4.1"
edition = "2021"
authors = ["Moritz Hoffmann <[email protected]>"]
description = "A flat container representation for Rust"
Expand Down

0 comments on commit ef8912c

Please sign in to comment.