Skip to content

Commit cb68ff7

Browse files
bors[bot]japaric
andcommitted
Merge #40
40: v0.3.3 r=adamgreig a=japaric changes required to publish a new version r? @adamgreig (chosen at random) Co-authored-by: Jorge Aparicio <[email protected]>
2 parents f38979d + 55f44f2 commit cb68ff7

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [v0.3.3] - 2018-08-07
9+
10+
### Changed
11+
12+
- Stopped recommending LLD as it requires an unstable feature.
13+
14+
### Fixed
15+
16+
- The allocator example. It now uses the `#[alloc_error_handler]` attribute
17+
instead of the unstable `oom` lang item.
18+
819
## [v0.3.2] - 2018-06-19
920

1021
### Fixed
@@ -178,7 +189,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
178189

179190
- Initial release
180191

181-
[Unreleased]: https://github.com/japaric/cortex-m-quickstart/compare/v0.3.2...HEAD
192+
[Unreleased]: https://github.com/japaric/cortex-m-quickstart/compare/v0.3.3...HEAD
193+
[v0.3.3]: https://github.com/japaric/cortex-m-quickstart/compare/v0.3.2...v0.3.3
182194
[v0.3.2]: https://github.com/japaric/cortex-m-quickstart/compare/v0.3.1...v0.3.2
183195
[v0.3.1]: https://github.com/japaric/cortex-m-quickstart/compare/v0.3.0...v0.3.1
184196
[v0.3.0]: https://github.com/japaric/cortex-m-quickstart/compare/v0.2.7...v0.3.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["arm", "cortex-m", "template"]
66
license = "MIT OR Apache-2.0"
77
name = "cortex-m-quickstart"
88
repository = "https://github.com/japaric/cortex-m-quickstart"
9-
version = "0.3.2"
9+
version = "0.3.3"
1010

1111
[dependencies]
1212
cortex-m = "0.5.0"

0 commit comments

Comments
 (0)