Skip to content

Commit 0f43808

Browse files
committed
v0.3.2
1 parent e047ffd commit 0f43808

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.3.2] - 2018-02-26
11+
12+
### Changed
13+
14+
- Bumped the dependency of the `linked_list_allocator` crate to v0.5.0.
15+
1016
## [v0.3.1] - 2017-10-07
1117

1218
### Fixed
@@ -45,7 +51,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4551

4652
- Initial version of the allocator
4753

48-
[Unreleased]: https://github.com/japaric/alloc-cortex-m/compare/v0.3.1...HEAD
54+
[Unreleased]: https://github.com/japaric/alloc-cortex-m/compare/v0.3.2...HEAD
55+
[v0.3.2]: https://github.com/japaric/alloc-cortex-m/compare/v0.3.1...v0.3.2
4956
[v0.3.1]: https://github.com/japaric/alloc-cortex-m/compare/v0.3.0...v0.3.1
5057
[v0.3.0]: https://github.com/japaric/alloc-cortex-m/compare/v0.2.2...v0.3.0
5158
[v0.2.2]: https://github.com/japaric/alloc-cortex-m/compare/v0.2.1...v0.2.2

Cargo.toml

+1-1
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.1"
15+
version = "0.3.2"
1616

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

0 commit comments

Comments
 (0)