File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
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
+
10
18
## [ v0.5.0] - 2019-07-12
11
19
12
20
### Added
@@ -253,7 +261,8 @@ architecture.
253
261
254
262
- Initial release
255
263
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
257
266
[ v0.5.0 ] : https://github.com/japaric/heapless/compare/v0.4.4...v0.5.0
258
267
[ v0.4.4 ] : https://github.com/japaric/heapless/compare/v0.4.3...v0.4.4
259
268
[ v0.4.3 ] : https://github.com/japaric/heapless/compare/v0.4.2...v0.4.3
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ keywords = [
17
17
license = " MIT OR Apache-2.0"
18
18
name = " heapless"
19
19
repository = " https://github.com/japaric/heapless"
20
- version = " 0.5.0 "
20
+ version = " 0.5.1 "
21
21
22
22
[dev-dependencies ]
23
23
scoped_threadpool = " 0.1.8"
@@ -30,4 +30,4 @@ hash32 = "0.1.0"
30
30
[dependencies .serde ]
31
31
version = " 1"
32
32
optional = true
33
- default-features = false
33
+ default-features = false
You can’t perform that action at this time.
0 commit comments