File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
- ## [ v0.7.3] - 2021-07-1
10
+ ## [ v0.7.4] - 2021-08-06
11
+
12
+ ### Added
13
+
14
+ - Implement ` Default ` for ` MpMcQueue ` , ` Queue ` and ` HistoryBuffer `
15
+ - Implement ` PartialOrd ` and ` Ord ` for ` Vec ` and ` String `
16
+
17
+ ### Fixed
18
+
19
+ - Fixed comments in SPSC
20
+
21
+ ## [ v0.7.3] - 2021-07-01
11
22
12
23
### Changed
13
24
@@ -371,7 +382,8 @@ architecture.
371
382
372
383
- Initial release
373
384
374
- [ Unreleased ] : https://github.com/japaric/heapless/compare/v0.7.3...HEAD
385
+ [ Unreleased ] : https://github.com/japaric/heapless/compare/v0.7.4...HEAD
386
+ [ v0.7.4 ] : https://github.com/japaric/heapless/compare/v0.7.3...v0.7.4
375
387
[ v0.7.3 ] : https://github.com/japaric/heapless/compare/v0.7.2...v0.7.3
376
388
[ v0.7.2 ] : https://github.com/japaric/heapless/compare/v0.7.1...v0.7.2
377
389
[ v0.7.1 ] : https://github.com/japaric/heapless/compare/v0.7.0...v0.7.1
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ keywords = ["static", "no-heap"]
12
12
license = " MIT OR Apache-2.0"
13
13
name = " heapless"
14
14
repository = " https://github.com/japaric/heapless"
15
- version = " 0.7.3 "
15
+ version = " 0.7.4 "
16
16
17
17
[features ]
18
18
default = [" cas" ]
You can’t perform that action at this time.
0 commit comments