Skip to content

Commit 610bf51

Browse files
committed
v0.7.15
1 parent 8c329c3 commit 610bf51

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Added
1111

12+
### Changed
13+
14+
### Fixed
15+
16+
## [v0.7.15] - 2022-07-05
17+
18+
### Added
19+
1220
- Added `Vec::insert(index, element)`
1321
- Added `Vec::remove(index)`
1422
- Added `Vec::retain(f)`
1523
- Added `Vec::retain_mut(f)`
1624

17-
### Changed
18-
19-
### Fixed
20-
2125
## [v0.7.14] - 2022-06-15
2226

2327
### Added
@@ -501,7 +505,8 @@ architecture.
501505

502506
- Initial release
503507

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
505510
[v0.7.14]: https://github.com/japaric/heapless/compare/v0.7.13...v0.7.14
506511
[v0.7.13]: https://github.com/japaric/heapless/compare/v0.7.12...v0.7.13
507512
[v0.7.12]: https://github.com/japaric/heapless/compare/v0.7.11...v0.7.12

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.14"
15+
version = "0.7.15"
1616

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

0 commit comments

Comments
 (0)