Skip to content

Commit 74b4f05

Browse files
committed
Bump version to v0.9.0
1 parent be3cb66 commit 74b4f05

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.9.0] - 2021-04-29
11+
1012
### Added
1113

1214
- Add `microbit::gpio` module with pins mapped to micro:bit names
@@ -19,4 +21,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1921
- Fix rustdoc warnings
2022
- Upgrade nrf51-hal to 0.12.1
2123

22-
[Unreleased]: https://github.com/therealprof/microbit/compare/v0.8.0...HEAD
24+
[Unreleased]: https://github.com/therealprof/microbit/compare/v0.9.0...HEAD
25+
[0.9.0]: https://github.com/therealprof/microbit/compare/v0.8.0...v0.9.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ license = "0BSD"
1717
name = "microbit"
1818
readme = "README.md"
1919
repository = "https://github.com/therealprof/microbit"
20-
version = "0.8.0"
20+
version = "0.9.0"
2121

2222
[dependencies]
2323
cortex-m = "0.6.1"

0 commit comments

Comments
 (0)