Skip to content

Commit

Permalink
Release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Schievink committed Feb 4, 2022
1 parent f03327e commit 9e46167
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 12 deletions.
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.11.0]

(no changes)

## [0.10.1]

- Allow use with both `0.6` and `0.7` versions of `cortex-m-rt`.
Expand All @@ -13,3 +17,4 @@
- Regenerate all PACs with svd2rust 0.19.0
- Consolidate all nRF PACs in a common repo, [`nrf-rs/nrf-pacs`](https://github.com/nrf-rs/nrf-pacs).
[0.10.0]: https://github.com/nrf-rs/nrf-pacs/releases/tag/v0.10.0
[0.11.0]: https://github.com/nrf-rs/nrf-pacs/releases/tag/v0.11.0
2 changes: 1 addition & 1 deletion Cargo.template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "{{NAME}}-pac"
version = "0.10.1"
version = "0.11.0"
edition = "2018"
description = "Peripheral Access Crate for Nordic's {{NAME}} microcontroller"
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]
Expand Down
2 changes: 1 addition & 1 deletion pacs/nrf51-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "nrf51-pac"
version = "0.10.1"
version = "0.11.0"
edition = "2018"
description = "Peripheral Access Crate for Nordic's nrf51 microcontroller"
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]
Expand Down
2 changes: 1 addition & 1 deletion pacs/nrf52805-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "nrf52805-pac"
version = "0.10.1"
version = "0.11.0"
edition = "2018"
description = "Peripheral Access Crate for Nordic's nrf52805 microcontroller"
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]
Expand Down
2 changes: 1 addition & 1 deletion pacs/nrf52810-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "nrf52810-pac"
version = "0.10.1"
version = "0.11.0"
edition = "2018"
description = "Peripheral Access Crate for Nordic's nrf52810 microcontroller"
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]
Expand Down
2 changes: 1 addition & 1 deletion pacs/nrf52811-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "nrf52811-pac"
version = "0.10.1"
version = "0.11.0"
edition = "2018"
description = "Peripheral Access Crate for Nordic's nrf52811 microcontroller"
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]
Expand Down
2 changes: 1 addition & 1 deletion pacs/nrf52820-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "nrf52820-pac"
version = "0.10.1"
version = "0.11.0"
edition = "2018"
description = "Peripheral Access Crate for Nordic's nrf52820 microcontroller"
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]
Expand Down
2 changes: 1 addition & 1 deletion pacs/nrf52832-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "nrf52832-pac"
version = "0.10.1"
version = "0.11.0"
edition = "2018"
description = "Peripheral Access Crate for Nordic's nrf52832 microcontroller"
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]
Expand Down
2 changes: 1 addition & 1 deletion pacs/nrf52833-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "nrf52833-pac"
version = "0.10.1"
version = "0.11.0"
edition = "2018"
description = "Peripheral Access Crate for Nordic's nrf52833 microcontroller"
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]
Expand Down
2 changes: 1 addition & 1 deletion pacs/nrf52840-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "nrf52840-pac"
version = "0.10.1"
version = "0.11.0"
edition = "2018"
description = "Peripheral Access Crate for Nordic's nrf52840 microcontroller"
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]
Expand Down
2 changes: 1 addition & 1 deletion pacs/nrf5340-app-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "nrf5340-app-pac"
version = "0.10.1"
version = "0.11.0"
edition = "2018"
description = "Peripheral Access Crate for Nordic's nrf5340-app microcontroller"
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]
Expand Down
2 changes: 1 addition & 1 deletion pacs/nrf5340-net-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "nrf5340-net-pac"
version = "0.10.1"
version = "0.11.0"
edition = "2018"
description = "Peripheral Access Crate for Nordic's nrf5340-net microcontroller"
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]
Expand Down
2 changes: 1 addition & 1 deletion pacs/nrf9160-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "nrf9160-pac"
version = "0.10.1"
version = "0.11.0"
edition = "2018"
description = "Peripheral Access Crate for Nordic's nrf9160 microcontroller"
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]
Expand Down

0 comments on commit 9e46167

Please sign in to comment.