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,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
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
+
10
21
## [ v0.7.4] - 2021-08-06
11
22
12
23
### Added
@@ -22,7 +33,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
22
33
23
34
### Added
24
35
25
- - Added ` Deque ` .
36
+ - Added ` Deque `
26
37
27
38
### Changed
28
39
@@ -386,7 +397,8 @@ architecture.
386
397
387
398
- Initial release
388
399
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
390
402
[ v0.7.4 ] : https://github.com/japaric/heapless/compare/v0.7.3...v0.7.4
391
403
[ v0.7.3 ] : https://github.com/japaric/heapless/compare/v0.7.2...v0.7.3
392
404
[ v0.7.2 ] : https://github.com/japaric/heapless/compare/v0.7.1...v0.7.2
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.4 "
15
+ version = " 0.7.5 "
16
16
17
17
[features ]
18
18
default = [" cas" ]
You can’t perform that action at this time.
0 commit comments