File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.4.4] - 2022-12-20
11
+
12
+ - Added deprecation note and pointer to embedded-alloc crate in README.
13
+
10
14
## [ v0.4.3] - 2022-11-03
11
15
12
16
### Changed
@@ -96,7 +100,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
96
100
97
101
- Initial version of the allocator
98
102
99
- [ Unreleased ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.3...HEAD
103
+ [ Unreleased ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.4...HEAD
104
+ [ v0.4.4 ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.3...v0.4.4
100
105
[ v0.4.3 ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.2...v0.4.3
101
106
[ v0.4.2 ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.1...v0.4.2
102
107
[ v0.4.1 ] : https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.0...v0.4.1
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.3 "
22
+ version = " 0.4.4 "
23
23
24
24
[dependencies ]
25
25
cortex-m = " 0.7.2"
Original file line number Diff line number Diff line change 3
3
4
4
# ` alloc-cortex-m `
5
5
6
+ ** This crate is deprecated; please use [ ` embedded-alloc ` ] ( https://crates.io/crates/embedded-alloc ) instead.**
7
+
8
+ ` embedded-alloc ` is the latest version of ` alloc-cortex-m ` , but supports
9
+ more than just cortex-m platforms.
10
+
6
11
> A heap allocator for Cortex-M processors
7
12
8
13
This project is developed and maintained by the [ Cortex-M team] [ team ] .
You can’t perform that action at this time.
0 commit comments