Skip to content

Commit

Permalink
Release v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Schievink committed Sep 28, 2022
1 parent e0851e0 commit e046752
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

(no changes)

## [0.12.2]

- Fix readme not being rendered on crates.io.

## [0.12.1]

- Set `readme` field in manifest.
Expand Down Expand Up @@ -34,3 +38,4 @@
[0.11.0]: https://github.com/nrf-rs/nrf-pacs/releases/tag/v0.11.0
[0.12.0]: https://github.com/nrf-rs/nrf-pacs/releases/tag/v0.12.0
[0.12.1]: https://github.com/nrf-rs/nrf-pacs/releases/tag/v0.12.1
[0.12.2]: https://github.com/nrf-rs/nrf-pacs/releases/tag/v0.12.2
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["xtask", "pacs/*"]
default-members = ["xtask"]

[workspace.package]
version = "0.12.1"
version = "0.12.2"
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]
license = "0BSD"
repository = "https://github.com/nrf-rs/nrf-pacs"
Expand Down
1 change: 1 addition & 0 deletions pacs/nrf51-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edition.workspace = true
keywords.workspace = true
license.workspace = true
repository.workspace = true
readme.workspace = true

[dependencies]
cortex-m.workspace = true
Expand Down
1 change: 1 addition & 0 deletions pacs/nrf52805-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edition.workspace = true
keywords.workspace = true
license.workspace = true
repository.workspace = true
readme.workspace = true

[dependencies]
cortex-m.workspace = true
Expand Down
1 change: 1 addition & 0 deletions pacs/nrf52810-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edition.workspace = true
keywords.workspace = true
license.workspace = true
repository.workspace = true
readme.workspace = true

[dependencies]
cortex-m.workspace = true
Expand Down
1 change: 1 addition & 0 deletions pacs/nrf52811-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edition.workspace = true
keywords.workspace = true
license.workspace = true
repository.workspace = true
readme.workspace = true

[dependencies]
cortex-m.workspace = true
Expand Down
1 change: 1 addition & 0 deletions pacs/nrf52820-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edition.workspace = true
keywords.workspace = true
license.workspace = true
repository.workspace = true
readme.workspace = true

[dependencies]
cortex-m.workspace = true
Expand Down
1 change: 1 addition & 0 deletions pacs/nrf52832-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edition.workspace = true
keywords.workspace = true
license.workspace = true
repository.workspace = true
readme.workspace = true

[dependencies]
cortex-m.workspace = true
Expand Down
1 change: 1 addition & 0 deletions pacs/nrf52833-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edition.workspace = true
keywords.workspace = true
license.workspace = true
repository.workspace = true
readme.workspace = true

[dependencies]
cortex-m.workspace = true
Expand Down
1 change: 1 addition & 0 deletions pacs/nrf52840-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edition.workspace = true
keywords.workspace = true
license.workspace = true
repository.workspace = true
readme.workspace = true

[dependencies]
cortex-m.workspace = true
Expand Down
1 change: 1 addition & 0 deletions pacs/nrf5340-app-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edition.workspace = true
keywords.workspace = true
license.workspace = true
repository.workspace = true
readme.workspace = true

[dependencies]
cortex-m.workspace = true
Expand Down
1 change: 1 addition & 0 deletions pacs/nrf5340-net-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edition.workspace = true
keywords.workspace = true
license.workspace = true
repository.workspace = true
readme.workspace = true

[dependencies]
cortex-m.workspace = true
Expand Down
1 change: 1 addition & 0 deletions pacs/nrf9160-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edition.workspace = true
keywords.workspace = true
license.workspace = true
repository.workspace = true
readme.workspace = true

[dependencies]
cortex-m.workspace = true
Expand Down

0 comments on commit e046752

Please sign in to comment.