Skip to content

Commit 5ffd0df

Browse files
bors[bot]korken89
andauthored
Merge #118
118: Prepared for 0.5.1 release r=japaric a=korken89 r? @japaric Co-authored-by: Emil Fresk <[email protected]>
2 parents e8aa152 + 7c93606 commit 5ffd0df

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.5.1] - 2019-08-29
11+
12+
### Added
13+
14+
- Added armv8 support
15+
- Added `Queue::peek`
16+
- Added `BinaryHeap::peek_mut`
17+
1018
## [v0.5.0] - 2019-07-12
1119

1220
### Added
@@ -253,7 +261,8 @@ architecture.
253261

254262
- Initial release
255263

256-
[Unreleased]: https://github.com/japaric/heapless/compare/v0.5.0...HEAD
264+
[Unreleased]: https://github.com/japaric/heapless/compare/v0.5.1...HEAD
265+
[v0.5.1]: https://github.com/japaric/heapless/compare/v0.5.0...v0.5.1
257266
[v0.5.0]: https://github.com/japaric/heapless/compare/v0.4.4...v0.5.0
258267
[v0.4.4]: https://github.com/japaric/heapless/compare/v0.4.3...v0.4.4
259268
[v0.4.3]: https://github.com/japaric/heapless/compare/v0.4.2...v0.4.3

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ keywords = [
1717
license = "MIT OR Apache-2.0"
1818
name = "heapless"
1919
repository = "https://github.com/japaric/heapless"
20-
version = "0.5.0"
20+
version = "0.5.1"
2121

2222
[dev-dependencies]
2323
scoped_threadpool = "0.1.8"
@@ -30,4 +30,4 @@ hash32 = "0.1.0"
3030
[dependencies.serde]
3131
version = "1"
3232
optional = true
33-
default-features = false
33+
default-features = false

0 commit comments

Comments
 (0)