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 Jul 8, 2024
1 parent 2741da1 commit 6220ff0
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.6.0](https://github.com/antiguru/flatcontainer/compare/v0.5.0...v0.6.0) - 2024-07-08

### Other
- Only output throughput if BYTES is set ([#56](https://github.com/antiguru/flatcontainer/pull/56))
- Simplify offset iterators and enable clone ([#53](https://github.com/antiguru/flatcontainer/pull/53))
- use OffsetContainer iter ([#52](https://github.com/antiguru/flatcontainer/pull/52))
- Rename slice_copy to slice_owned ([#51](https://github.com/antiguru/flatcontainer/pull/51))
- Rename CopyIter to PushIter ([#50](https://github.com/antiguru/flatcontainer/pull/50))
- Separate data storage ([#19](https://github.com/antiguru/flatcontainer/pull/19))

## [0.5.0](https://github.com/antiguru/flatcontainer/compare/v0.4.1...v0.5.0) - 2024-06-26

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

0 comments on commit 6220ff0

Please sign in to comment.