Skip to content

Commit

Permalink
Preparing for v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
korken89 committed May 23, 2021
1 parent 6d1a2ed commit 3b49836
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.7.1] - 2021-05-23

### Changed

- MPMC is now more generic

### Added

- `defmt` for `Vec` and `String`

## [v0.7.0] - 2021-04-23

### Changed
Expand Down Expand Up @@ -348,7 +358,8 @@ architecture.

- Initial release

[Unreleased]: https://github.com/japaric/heapless/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/japaric/heapless/compare/v0.7.1...HEAD
[v0.7.1]: https://github.com/japaric/heapless/compare/v0.7.0...v0.7.1
[v0.7.0]: https://github.com/japaric/heapless/compare/v0.6.1...v0.7.0
[v0.6.1]: https://github.com/japaric/heapless/compare/v0.6.0...v0.6.1
[v0.6.0]: https://github.com/japaric/heapless/compare/v0.5.5...v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["static", "no-heap"]
license = "MIT OR Apache-2.0"
name = "heapless"
repository = "https://github.com/japaric/heapless"
version = "0.7.0"
version = "0.7.1"

[features]
default = ["cas"]
Expand Down

0 comments on commit 3b49836

Please sign in to comment.