Skip to content

Commit

Permalink
Prepared for 0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
korken89 committed Aug 29, 2019
1 parent e8aa152 commit 7c93606
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.5.1] - 2019-08-29

### Added

- Added armv8 support
- Added `Queue::peek`
- Added `BinaryHeap::peek_mut`

## [v0.5.0] - 2019-07-12

### Added
Expand Down Expand Up @@ -253,7 +261,8 @@ architecture.

- Initial release

[Unreleased]: https://github.com/japaric/heapless/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/japaric/heapless/compare/v0.5.1...HEAD
[v0.5.1]: https://github.com/japaric/heapless/compare/v0.5.0...v0.5.1
[v0.5.0]: https://github.com/japaric/heapless/compare/v0.4.4...v0.5.0
[v0.4.4]: https://github.com/japaric/heapless/compare/v0.4.3...v0.4.4
[v0.4.3]: https://github.com/japaric/heapless/compare/v0.4.2...v0.4.3
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ keywords = [
license = "MIT OR Apache-2.0"
name = "heapless"
repository = "https://github.com/japaric/heapless"
version = "0.5.0"
version = "0.5.1"

[dev-dependencies]
scoped_threadpool = "0.1.8"
Expand All @@ -30,4 +30,4 @@ hash32 = "0.1.0"
[dependencies.serde]
version = "1"
optional = true
default-features = false
default-features = false

0 comments on commit 7c93606

Please sign in to comment.