Skip to content

Commit 3777e96

Browse files
committed
v0.7.4 release
1 parent d1b53ba commit 3777e96

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

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
1122

1223
### Changed
1324

@@ -371,7 +382,8 @@ architecture.
371382

372383
- Initial release
373384

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
375387
[v0.7.3]: https://github.com/japaric/heapless/compare/v0.7.2...v0.7.3
376388
[v0.7.2]: https://github.com/japaric/heapless/compare/v0.7.1...v0.7.2
377389
[v0.7.1]: https://github.com/japaric/heapless/compare/v0.7.0...v0.7.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["static", "no-heap"]
1212
license = "MIT OR Apache-2.0"
1313
name = "heapless"
1414
repository = "https://github.com/japaric/heapless"
15-
version = "0.7.3"
15+
version = "0.7.4"
1616

1717
[features]
1818
default = ["cas"]

0 commit comments

Comments
 (0)