Skip to content

Commit 9097749

Browse files
bors[bot]Jonas Schievink
andauthored
Merge #16
16: Release v0.12.2 r=jonas-schievink a=jonas-schievink bors r+ Co-authored-by: Jonas Schievink <jonas.schievink@ferrous-systems.com>
2 parents e0851e0 + e046752 commit 9097749

File tree

13 files changed

+17
-1
lines changed

13 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
(no changes)
66

7+
## [0.12.2]
8+
9+
- Fix readme not being rendered on crates.io.
10+
711
## [0.12.1]
812

913
- Set `readme` field in manifest.
@@ -34,3 +38,4 @@
3438
[0.11.0]: https://github.com/nrf-rs/nrf-pacs/releases/tag/v0.11.0
3539
[0.12.0]: https://github.com/nrf-rs/nrf-pacs/releases/tag/v0.12.0
3640
[0.12.1]: https://github.com/nrf-rs/nrf-pacs/releases/tag/v0.12.1
41+
[0.12.2]: https://github.com/nrf-rs/nrf-pacs/releases/tag/v0.12.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["xtask", "pacs/*"]
33
default-members = ["xtask"]
44

55
[workspace.package]
6-
version = "0.12.1"
6+
version = "0.12.2"
77
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]
88
license = "0BSD"
99
repository = "https://github.com/nrf-rs/nrf-pacs"

pacs/nrf51-pac/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ edition.workspace = true
77
keywords.workspace = true
88
license.workspace = true
99
repository.workspace = true
10+
readme.workspace = true
1011

1112
[dependencies]
1213
cortex-m.workspace = true

pacs/nrf52805-pac/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ edition.workspace = true
77
keywords.workspace = true
88
license.workspace = true
99
repository.workspace = true
10+
readme.workspace = true
1011

1112
[dependencies]
1213
cortex-m.workspace = true

pacs/nrf52810-pac/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ edition.workspace = true
77
keywords.workspace = true
88
license.workspace = true
99
repository.workspace = true
10+
readme.workspace = true
1011

1112
[dependencies]
1213
cortex-m.workspace = true

pacs/nrf52811-pac/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ edition.workspace = true
77
keywords.workspace = true
88
license.workspace = true
99
repository.workspace = true
10+
readme.workspace = true
1011

1112
[dependencies]
1213
cortex-m.workspace = true

pacs/nrf52820-pac/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ edition.workspace = true
77
keywords.workspace = true
88
license.workspace = true
99
repository.workspace = true
10+
readme.workspace = true
1011

1112
[dependencies]
1213
cortex-m.workspace = true

pacs/nrf52832-pac/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ edition.workspace = true
77
keywords.workspace = true
88
license.workspace = true
99
repository.workspace = true
10+
readme.workspace = true
1011

1112
[dependencies]
1213
cortex-m.workspace = true

pacs/nrf52833-pac/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ edition.workspace = true
77
keywords.workspace = true
88
license.workspace = true
99
repository.workspace = true
10+
readme.workspace = true
1011

1112
[dependencies]
1213
cortex-m.workspace = true

pacs/nrf52840-pac/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ edition.workspace = true
77
keywords.workspace = true
88
license.workspace = true
99
repository.workspace = true
10+
readme.workspace = true
1011

1112
[dependencies]
1213
cortex-m.workspace = true

0 commit comments

Comments
 (0)