Skip to content

Commit 0e9e718

Browse files
committed
v0.3.3
1 parent 619a773 commit 0e9e718

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-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.3.3] - 2018-04-23
11+
12+
- Bumped the dependency of the `linked_list_allocator` crate to v0.6.0.
13+
1014
## [v0.3.2] - 2018-02-26
1115

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

5256
- Initial version of the allocator
5357

54-
[Unreleased]: https://github.com/japaric/alloc-cortex-m/compare/v0.3.2...HEAD
58+
[Unreleased]: https://github.com/japaric/alloc-cortex-m/compare/v0.3.3...HEAD
59+
[v0.3.3]: https://github.com/japaric/alloc-cortex-m/compare/v0.3.2...v0.3.3
5560
[v0.3.2]: https://github.com/japaric/alloc-cortex-m/compare/v0.3.1...v0.3.2
5661
[v0.3.1]: https://github.com/japaric/alloc-cortex-m/compare/v0.3.0...v0.3.1
5762
[v0.3.0]: https://github.com/japaric/alloc-cortex-m/compare/v0.2.2...v0.3.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = [
1212
]
1313
license = "MIT OR Apache-2.0"
1414
name = "alloc-cortex-m"
15-
version = "0.3.2"
15+
version = "0.3.3"
1616

1717
[dependencies]
1818
cortex-m = "0.1.5"

0 commit comments

Comments
 (0)