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.3.2] - 2018-02-26
11
+
12
+ ### Changed
13
+
14
+ - Bumped the dependency of the ` linked_list_allocator ` crate to v0.5.0.
15
+
10
16
## [ v0.3.1] - 2017-10-07
11
17
12
18
### Fixed
@@ -45,7 +51,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
45
51
46
52
- Initial version of the allocator
47
53
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
49
56
[ v0.3.1 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.3.0...v0.3.1
50
57
[ v0.3.0 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.2.2...v0.3.0
51
58
[ v0.2.2 ] : https://github.com/japaric/alloc-cortex-m/compare/v0.2.1...v0.2.2
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ keywords = [
12
12
]
13
13
license = " MIT OR Apache-2.0"
14
14
name = " alloc-cortex-m"
15
- version = " 0.3.1 "
15
+ version = " 0.3.2 "
16
16
17
17
[dependencies ]
18
18
cortex-m = " 0.1.5"
You can’t perform that action at this time.
0 commit comments