Skip to content

Commit 0ef682b

Browse files
bors[bot]adamgreig
andauthored
Merge #59
59: Add deprecation notice to README of 0.4.4 r=therealprof a=adamgreig Co-authored-by: Adam Greig <adam@adamgreig.com>
2 parents 3762e54 + afe3cfa commit 0ef682b

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.4.4] - 2022-12-20
11+
12+
- Added deprecation note and pointer to embedded-alloc crate in README.
13+
1014
## [v0.4.3] - 2022-11-03
1115

1216
### Changed
@@ -96,7 +100,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
96100

97101
- Initial version of the allocator
98102

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
100105
[v0.4.3]: https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.2...v0.4.3
101106
[v0.4.2]: https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.1...v0.4.2
102107
[v0.4.1]: https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.0...v0.4.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keywords = [
1919
]
2020
license = "MIT OR Apache-2.0"
2121
name = "alloc-cortex-m"
22-
version = "0.4.3"
22+
version = "0.4.4"
2323

2424
[dependencies]
2525
cortex-m = "0.7.2"

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
# `alloc-cortex-m`
55

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+
611
> A heap allocator for Cortex-M processors
712
813
This project is developed and maintained by the [Cortex-M team][team].

0 commit comments

Comments
 (0)