File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
### Added
11
11
12
+ ### Changed
13
+
14
+ ### Fixed
15
+
16
+ ## [ v0.7.15] - 2022-07-05
17
+
18
+ ### Added
19
+
12
20
- Added ` Vec::insert(index, element) `
13
21
- Added ` Vec::remove(index) `
14
22
- Added ` Vec::retain(f) `
15
23
- Added ` Vec::retain_mut(f) `
16
24
17
- ### Changed
18
-
19
- ### Fixed
20
-
21
25
## [ v0.7.14] - 2022-06-15
22
26
23
27
### Added
@@ -501,7 +505,8 @@ architecture.
501
505
502
506
- Initial release
503
507
504
- [ Unreleased ] : https://github.com/japaric/heapless/compare/v0.7.14...HEAD
508
+ [ Unreleased ] : https://github.com/japaric/heapless/compare/v0.7.15...HEAD
509
+ [ v0.7.15 ] : https://github.com/japaric/heapless/compare/v0.7.14...v0.7.15
505
510
[ v0.7.14 ] : https://github.com/japaric/heapless/compare/v0.7.13...v0.7.14
506
511
[ v0.7.13 ] : https://github.com/japaric/heapless/compare/v0.7.12...v0.7.13
507
512
[ v0.7.12 ] : https://github.com/japaric/heapless/compare/v0.7.11...v0.7.12
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.14 "
15
+ version = " 0.7.15 "
16
16
17
17
[features ]
18
18
default = [" cas" ]
You can’t perform that action at this time.
0 commit comments