File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.9.0] - 2021-04-29
11
+
10
12
### Added
11
13
12
14
- 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/).
19
21
- Fix rustdoc warnings
20
22
- Upgrade nrf51-hal to 0.12.1
21
23
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
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ license = "0BSD"
17
17
name = " microbit"
18
18
readme = " README.md"
19
19
repository = " https://github.com/therealprof/microbit"
20
- version = " 0.8 .0"
20
+ version = " 0.9 .0"
21
21
22
22
[dependencies ]
23
23
cortex-m = " 0.6.1"
You can’t perform that action at this time.
0 commit comments