File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.2.0] - 2016-11-19
11
+
10
12
### Changed
11
13
12
14
- [ breaking] Hid the HEAP variable. We now only expose an ` init ` function to
13
15
initialize the allocator.
14
16
15
- ## [ v0.1.0] - 2016-11-19
17
+ ## v0.1.0 - 2016-11-19
16
18
17
19
### Added
18
20
19
21
- Initial version of the allocator
22
+
23
+ [ Unreleased ] : https://github.com/japaric/f3/compare/v0.2.0...HEAD
24
+ [ v0.2.0 ] : https://github.com/japaric/f3/compare/v0.1.0...v0.2.0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ documentation = "https://docs.rs/alloc-cortex-m"
5
5
keywords = [" arm" , " cortex-m" , " allocator" ]
6
6
license = " MIT OR Apache-2.0"
7
7
name = " alloc-cortex-m"
8
- version = " 0.1 .0"
8
+ version = " 0.2 .0"
9
9
10
10
[dependencies ]
11
11
cortex-m = " 0.1.5"
You can’t perform that action at this time.
0 commit comments