File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
### Fixed
11
11
12
+ ### Added
13
+
14
+ ### Changed
15
+
16
+ ## [ v0.7.10] - 2022-01-21
17
+
18
+ ### Fixed
19
+
12
20
- ` cargo test ` can now run on non-` x86 ` hosts
13
21
14
22
### Added
@@ -442,7 +450,8 @@ architecture.
442
450
443
451
- Initial release
444
452
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
446
455
[ v0.7.9 ] : https://github.com/japaric/heapless/compare/v0.7.8...v0.7.9
447
456
[ v0.7.8 ] : https://github.com/japaric/heapless/compare/v0.7.7...v0.7.8
448
457
[ v0.7.7 ] : https://github.com/japaric/heapless/compare/v0.7.6...v0.7.7
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.9 "
15
+ version = " 0.7.10 "
16
16
17
17
[features ]
18
18
default = [" cas" ]
You can’t perform that action at this time.
0 commit comments