File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.4.2] - 2022-01-04
11
+
12
+ ### Changed
13
+
14
+ - Updated ` cortex-m ` dependency to 0.7.2.
15
+
10
16
## [ v0.4.1] - 2021-01-02
11
17
12
18
### Added
@@ -83,7 +89,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
83
89
84
90
- Initial version of the allocator
85
91
86
- [ Unreleased ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.1...HEAD
92
+ [ Unreleased ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.2...HEAD
93
+ [ v0.4.2 ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.1...v0.4.2
87
94
[ v0.4.1 ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.0...v0.4.1
88
95
[ v0.4.0 ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.3.5...v0.4.0
89
96
[ v0.3.5 ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.3.4...v0.3.5
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ keywords = [
19
19
]
20
20
license = " MIT OR Apache-2.0"
21
21
name = " alloc-cortex-m"
22
- version = " 0.4.1 "
22
+ version = " 0.4.2 "
23
23
24
24
[dependencies ]
25
25
cortex-m = " 0.7.2"
You can’t perform that action at this time.
0 commit comments