Skip to content

Commit

Permalink
Release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Schievink committed Sep 28, 2022
1 parent f0fb908 commit d7cd952
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

(no changes)

## [0.12.0]

- Use Cargo workspace inheritance to simplify the project structure ([#12]).
- Regenerate with svd2rust 0.25.1 ([#13]).

[#12]: https://github.com/nrf-rs/nrf-pacs/pull/12
[#13]: https://github.com/nrf-rs/nrf-pacs/pull/13

## [0.11.0]

- Regenerate with svd2rust 0.21.0.
Expand All @@ -20,3 +28,4 @@
[0.10.0]: https://github.com/nrf-rs/nrf-pacs/releases/tag/v0.10.0
[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
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ In order to release a new version of the PACs, the following steps need to be pe
"N commits to master since this release".
* **Version Bump**: Determine whether the next release contains breaking changes. This informs what
kind of version bump is needed (minor vs. major). Then, bump the crate version in
`Cargo.template.toml` accordingly and run `cargo xtask generate`. Do not commit the result, that
will be done in the next step.
`Cargo.toml` accordingly. Do not commit the result, that will be done in the next step.
* **Publish**: Run `cargo xtask publish`. This will:
* Bump the changelog, replacing the "Unreleased" section with one for the current version.
* Create a commit and tag for the release.
Expand Down
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.11.0"
version = "0.12.0"
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]
license = "0BSD"
repository = "https://github.com/nrf-rs/nrf-pacs"
Expand Down

0 comments on commit d7cd952

Please sign in to comment.