Skip to content

Commit

Permalink
chore: release v0.3.0 (#26)
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 May 24, 2024
1 parent 4fe52b5 commit 5ecd0bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0](https://github.com/antiguru/flatcontainer/compare/v0.2.0...v0.3.0) - 2024-05-24

### Other
- Replace CopyOnto by Push ([#28](https://github.com/antiguru/flatcontainer/pull/28))
- Fix bench, add to ci

## [0.2.0](https://github.com/antiguru/flatcontainer/compare/v0.1.0...v0.2.0) - 2024-03-13

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

0 comments on commit 5ecd0bd

Please sign in to comment.