Skip to content

Commit

Permalink
chore: release v0.4.0 (#33)
Browse files Browse the repository at this point in the history
* chore: release

* Update version

Signed-off-by: Moritz Hoffmann <[email protected]>

---------

Signed-off-by: Moritz Hoffmann <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Moritz Hoffmann <[email protected]>
  • Loading branch information
github-actions[bot] and antiguru authored May 28, 2024
1 parent 2ed1204 commit 7f45ad8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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.2](https://github.com/antiguru/flatcontainer/compare/v0.3.1...v0.3.2) - 2024-05-28

### Other
- Thinking about relating owned types and read items ([#31](https://github.com/antiguru/flatcontainer/pull/31))
- Introduce reborrow to enable lifetime variance ([#32](https://github.com/antiguru/flatcontainer/pull/32))

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

### 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.3.1"
version = "0.4.0"
edition = "2021"
authors = ["Moritz Hoffmann <[email protected]>"]
description = "A flat container representation for Rust"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A flat container for Rust.

```toml
[dependencies]
flatcontainer = "0.3"
flatcontainer = "0.4"
```

## Example
Expand Down

0 comments on commit 7f45ad8

Please sign in to comment.