summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md11
-rw-r--r--Cargo.toml2
2 files changed, 11 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d8cd5252..8c05ef71 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
+### Added
+
+### Changed
+
+## [v0.7.10] - 2022-01-21
+
+### Fixed
+
- `cargo test` can now run on non-`x86` hosts
### Added
@@ -442,7 +450,8 @@ architecture.
- Initial release
-[Unreleased]: https://github.com/japaric/heapless/compare/v0.7.9...HEAD
+[Unreleased]: https://github.com/japaric/heapless/compare/v0.7.10...HEAD
+[v0.7.10]: https://github.com/japaric/heapless/compare/v0.7.9...v0.7.10
[v0.7.9]: https://github.com/japaric/heapless/compare/v0.7.8...v0.7.9
[v0.7.8]: https://github.com/japaric/heapless/compare/v0.7.7...v0.7.8
[v0.7.7]: https://github.com/japaric/heapless/compare/v0.7.6...v0.7.7
diff --git a/Cargo.toml b/Cargo.toml
index 4c8e90ec..41ad73a4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ keywords = ["static", "no-heap"]
license = "MIT OR Apache-2.0"
name = "heapless"
repository = "https://github.com/japaric/heapless"
-version = "0.7.9"
+version = "0.7.10"
[features]
default = ["cas"]