File tree Expand file tree Collapse file tree 7 files changed +14
-9
lines changed Expand file tree Collapse file tree 7 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ (no changes)
11
+
12
+ ## [ 0.10.0] - 2021-05-13
13
+
10
14
### Added
11
15
12
16
- Add support for micro: bit V2. This is a significant change that splits
@@ -26,5 +30,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
26
30
- Fix rustdoc warnings
27
31
- Upgrade nrf51-hal to 0.12.1
28
32
29
- [ Unreleased ] : https://github.com/nrf-rs/microbit/compare/v0.9.0...HEAD
33
+ [ Unreleased ] : https://github.com/nrf-rs/microbit/compare/v0.10.0...HEAD
34
+ [ 0.10.0 ] : https://github.com/nrf-rs/microbit/releases/tag/v0.9.0...v0.10.0
30
35
[ 0.9.0 ] : https://github.com/nrf-rs/microbit/compare/v0.8.0...v0.9.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " microbit-common"
3
- version = " 0.9 .0"
3
+ version = " 0.10 .0"
4
4
description = " Implementation details for the BBC Micro:bit board support crates"
5
5
edition = " 2018"
6
6
Original file line number Diff line number Diff line change 1
1
//! microbit contains everything required to get started with the use of Rust
2
2
//! to create firmwares for the fabulous [BBC micro:bit](https://microbit.org)
3
3
//! microcontroller board.
4
- #![ doc( html_root_url = "https://docs.rs/microbit-common/0.9 .0" ) ]
4
+ #![ doc( html_root_url = "https://docs.rs/microbit-common/0.10 .0" ) ]
5
5
#![ no_std]
6
6
#![ deny( missing_docs) ]
7
7
#![ allow( non_camel_case_types) ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " microbit-v2"
3
- version = " 0.9 .0"
3
+ version = " 0.10 .0"
4
4
description = " Board support crate for the BBC Micro:bit V2"
5
5
edition = " 2018"
6
6
@@ -32,4 +32,4 @@ path = "src/lib.rs"
32
32
[dependencies .microbit-common ]
33
33
path = " ../microbit-common"
34
34
features = [" v2" ]
35
- version = " =0.9 .0"
35
+ version = " =0.10 .0"
Original file line number Diff line number Diff line change 8
8
//!
9
9
//! [<img src="https://github.com/microbit-foundation/microbit-svg/raw/master/microbit-drawing-back-1-5.png" width="372px" height="300px">](https://github.com/microbit-foundation/microbit-svg/blob/master/microbit-drawing-back-1-5.png)
10
10
//! [<img src="https://github.com/microbit-foundation/microbit-svg/raw/master/microbit-drawing-back-2.png" width="372px" height="300px">](https://github.com/microbit-foundation/microbit-svg/blob/master/microbit-drawing-back-2.png)
11
- #![ doc( html_root_url = "https://docs.rs/microbit-v2/0.9 .0" ) ]
11
+ #![ doc( html_root_url = "https://docs.rs/microbit-v2/0.10 .0" ) ]
12
12
#![ no_std]
13
13
#![ deny( missing_docs) ]
14
14
#![ allow( non_camel_case_types) ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " microbit"
3
- version = " 0.9 .0"
3
+ version = " 0.10 .0"
4
4
description = " Board support crate for the BBC Micro:bit V1"
5
5
edition = " 2018"
6
6
@@ -28,4 +28,4 @@ license = "0BSD"
28
28
[dependencies .microbit-common ]
29
29
path = " ../microbit-common"
30
30
features = [" v1" ]
31
- version = " =0.9 .0"
31
+ version = " =0.10 .0"
Original file line number Diff line number Diff line change 8
8
//!
9
9
//! [<img src="https://github.com/microbit-foundation/microbit-svg/raw/master/microbit-drawing-back-1-5.png" width="372px" height="300px">](https://github.com/microbit-foundation/microbit-svg/blob/master/microbit-drawing-back-1-5.png)
10
10
//! [<img src="https://github.com/microbit-foundation/microbit-svg/raw/master/microbit-drawing-back-2.png" width="372px" height="300px">](https://github.com/microbit-foundation/microbit-svg/blob/master/microbit-drawing-back-2.png)
11
- #![ doc( html_root_url = "https://docs.rs/microbit/0.9 .0" ) ]
11
+ #![ doc( html_root_url = "https://docs.rs/microbit/0.10 .0" ) ]
12
12
#![ no_std]
13
13
#![ deny( missing_docs) ]
14
14
#![ allow( non_camel_case_types) ]
You can’t perform that action at this time.
0 commit comments