File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
(no changes)
11
11
12
+ ## [ 0.10.1] - 2021-05-25
13
+
14
+ Republished without changes to fix missing README.md in crates.io.
15
+
12
16
## [ 0.10.0] - 2021-05-13
13
17
14
18
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " microbit-common"
3
- version = " 0.10.0 "
3
+ version = " 0.10.1 "
4
4
description = " Implementation details for the BBC Micro:bit board support crates"
5
5
edition = " 2018"
6
+ readme = " ../README.md"
6
7
7
8
repository = " https://github.com/nrf-rs/microbit"
8
9
authors = [
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " microbit-v2"
3
- version = " 0.10.0 "
3
+ version = " 0.10.1 "
4
4
description = " Board support crate for the BBC Micro:bit V2"
5
5
edition = " 2018"
6
+ readme = " ../README.md"
6
7
7
8
repository = " https://github.com/nrf-rs/microbit"
8
9
authors = [
@@ -32,4 +33,4 @@ path = "src/lib.rs"
32
33
[dependencies .microbit-common ]
33
34
path = " ../microbit-common"
34
35
features = [" v2" ]
35
- version = " =0.10.0 "
36
+ version = " =0.10.1 "
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " microbit"
3
- version = " 0.10.0 "
3
+ version = " 0.10.1 "
4
4
description = " Board support crate for the BBC Micro:bit V1"
5
5
edition = " 2018"
6
+ readme = " ../README.md"
6
7
7
8
repository = " https://github.com/nrf-rs/microbit"
8
9
authors = [
@@ -28,4 +29,4 @@ license = "0BSD"
28
29
[dependencies .microbit-common ]
29
30
path = " ../microbit-common"
30
31
features = [" v1" ]
31
- version = " =0.10.0 "
32
+ version = " =0.10.1 "
You can’t perform that action at this time.
0 commit comments