Skip to content

Commit

Permalink
Merge #15
Browse files Browse the repository at this point in the history
15: Release v0.12.1 r=jonas-schievink a=jonas-schievink

bors r+

Co-authored-by: Jonas Schievink <[email protected]>
  • Loading branch information
bors[bot] and Jonas Schievink authored Sep 28, 2022
2 parents fb12398 + 7bfbbbc commit e0851e0
Show file tree
Hide file tree
Showing 2 changed files with 7 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.1]

- Set `readme` field in manifest.

## [0.12.0]

- Use Cargo workspace inheritance to simplify the project structure ([#12]).
Expand All @@ -29,3 +33,4 @@
[0.10.1]: https://github.com/nrf-rs/nrf-pacs/releases/tag/v0.10.1
[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
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ members = ["xtask", "pacs/*"]
default-members = ["xtask"]

[workspace.package]
version = "0.12.0"
version = "0.12.1"
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]
license = "0BSD"
repository = "https://github.com/nrf-rs/nrf-pacs"
edition = "2018"
readme = "README.md"

[workspace.dependencies]
cortex-m = "0.7.3"
Expand Down

0 comments on commit e0851e0

Please sign in to comment.