Skip to content

Commit bcf26e6

Browse files
committed
Bump version to 0.11.1 to add missing README.md to crates.io
Signed-off-by: Daniel Egger <[email protected]>
1 parent e58b93f commit bcf26e6

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
(no changes)
1111

12+
## [0.10.1] - 2021-05-25
13+
14+
Republished without changes to fix missing README.md in crates.io.
15+
1216
## [0.10.0] - 2021-05-13
1317

1418
### Added

microbit-common/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[package]
22
name = "microbit-common"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
description = "Implementation details for the BBC Micro:bit board support crates"
55
edition = "2018"
6+
readme = "../README.md"
67

78
repository = "https://github.com/nrf-rs/microbit"
89
authors = [

microbit-v2/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[package]
22
name = "microbit-v2"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
description = "Board support crate for the BBC Micro:bit V2"
55
edition = "2018"
6+
readme = "../README.md"
67

78
repository = "https://github.com/nrf-rs/microbit"
89
authors = [
@@ -32,4 +33,4 @@ path = "src/lib.rs"
3233
[dependencies.microbit-common]
3334
path = "../microbit-common"
3435
features = ["v2"]
35-
version = "=0.10.0"
36+
version = "=0.10.1"

microbit/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[package]
22
name = "microbit"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
description = "Board support crate for the BBC Micro:bit V1"
55
edition = "2018"
6+
readme = "../README.md"
67

78
repository = "https://github.com/nrf-rs/microbit"
89
authors = [
@@ -28,4 +29,4 @@ license = "0BSD"
2829
[dependencies.microbit-common]
2930
path = "../microbit-common"
3031
features = ["v1"]
31-
version = "=0.10.0"
32+
version = "=0.10.1"

0 commit comments

Comments
 (0)