Skip to content

Commit d7cd952

Browse files
author
Jonas Schievink
committed
Release v0.12.0
1 parent f0fb908 commit d7cd952

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

55
(no changes)
66

7+
## [0.12.0]
8+
9+
- Use Cargo workspace inheritance to simplify the project structure ([#12]).
10+
- Regenerate with svd2rust 0.25.1 ([#13]).
11+
12+
[#12]: https://github.com/nrf-rs/nrf-pacs/pull/12
13+
[#13]: https://github.com/nrf-rs/nrf-pacs/pull/13
14+
715
## [0.11.0]
816

917
- Regenerate with svd2rust 0.21.0.
@@ -20,3 +28,4 @@
2028
[0.10.0]: https://github.com/nrf-rs/nrf-pacs/releases/tag/v0.10.0
2129
[0.10.1]: https://github.com/nrf-rs/nrf-pacs/releases/tag/v0.10.1
2230
[0.11.0]: https://github.com/nrf-rs/nrf-pacs/releases/tag/v0.11.0
31+
[0.12.0]: https://github.com/nrf-rs/nrf-pacs/releases/tag/v0.12.0

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ In order to release a new version of the PACs, the following steps need to be pe
2121
"N commits to master since this release".
2222
* **Version Bump**: Determine whether the next release contains breaking changes. This informs what
2323
kind of version bump is needed (minor vs. major). Then, bump the crate version in
24-
`Cargo.template.toml` accordingly and run `cargo xtask generate`. Do not commit the result, that
25-
will be done in the next step.
24+
`Cargo.toml` accordingly. Do not commit the result, that will be done in the next step.
2625
* **Publish**: Run `cargo xtask publish`. This will:
2726
* Bump the changelog, replacing the "Unreleased" section with one for the current version.
2827
* Create a commit and tag for the release.

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.11.0"
6+
version = "0.12.0"
77
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]
88
license = "0BSD"
99
repository = "https://github.com/nrf-rs/nrf-pacs"

0 commit comments

Comments
 (0)