Skip to content

Commit f49f967

Browse files
committed
v0.7.5 release
1 parent c82478f commit f49f967

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,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.7.5] - 2021-08-16
11+
12+
### Added
13+
14+
- Added `SortedLinkedList`
15+
- Added `Vec::is_empty`, one does not need to go through a slice anymore
16+
17+
### Changed
18+
19+
- `Vec::pop_unchecked` is now public
20+
1021
## [v0.7.4] - 2021-08-06
1122

1223
### Added
@@ -22,7 +33,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2233

2334
### Added
2435

25-
- Added `Deque`.
36+
- Added `Deque`
2637

2738
### Changed
2839

@@ -386,7 +397,8 @@ architecture.
386397

387398
- Initial release
388399

389-
[Unreleased]: https://github.com/japaric/heapless/compare/v0.7.4...HEAD
400+
[Unreleased]: https://github.com/japaric/heapless/compare/v0.7.5...HEAD
401+
[v0.7.5]: https://github.com/japaric/heapless/compare/v0.7.4...v0.7.5
390402
[v0.7.4]: https://github.com/japaric/heapless/compare/v0.7.3...v0.7.4
391403
[v0.7.3]: https://github.com/japaric/heapless/compare/v0.7.2...v0.7.3
392404
[v0.7.2]: https://github.com/japaric/heapless/compare/v0.7.1...v0.7.2

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.4"
15+
version = "0.7.5"
1616

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

0 commit comments

Comments
 (0)