Skip to content

Commit 98b7dd4

Browse files
committed
Release 0.7.10
1 parent 4a204da commit 98b7dd4

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

1010
### Fixed
1111

12+
### Added
13+
14+
### Changed
15+
16+
## [v0.7.10] - 2022-01-21
17+
18+
### Fixed
19+
1220
- `cargo test` can now run on non-`x86` hosts
1321

1422
### Added
@@ -442,7 +450,8 @@ architecture.
442450

443451
- Initial release
444452

445-
[Unreleased]: https://github.com/japaric/heapless/compare/v0.7.9...HEAD
453+
[Unreleased]: https://github.com/japaric/heapless/compare/v0.7.10...HEAD
454+
[v0.7.10]: https://github.com/japaric/heapless/compare/v0.7.9...v0.7.10
446455
[v0.7.9]: https://github.com/japaric/heapless/compare/v0.7.8...v0.7.9
447456
[v0.7.8]: https://github.com/japaric/heapless/compare/v0.7.7...v0.7.8
448457
[v0.7.7]: https://github.com/japaric/heapless/compare/v0.7.6...v0.7.7

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.9"
15+
version = "0.7.10"
1616

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

0 commit comments

Comments
 (0)