Skip to content

Commit 1f11674

Browse files
committed
release 0.30
1 parent 7d69ea4 commit 1f11674

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.30.0] - 2023-08-16
11+
1012
- Add `aarch64` target for releases, more readme badges
1113
- Fix when `atomics` features is generated but not enabled
1214
- move hidden structs into module, add register reader/writer links into `SPEC` docs (#736)
@@ -802,7 +804,8 @@ peripheral.register.write(|w| w.field().set());
802804

803805
- Initial version of the `svd2rust` tool
804806

805-
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.29.0...HEAD
807+
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.30.0...HEAD
808+
[v0.30.0]: https://github.com/rust-embedded/svd2rust/compare/v0.29.0...v0.30.0
806809
[v0.29.0]: https://github.com/rust-embedded/svd2rust/compare/v0.28.0...v0.29.0
807810
[v0.28.0]: https://github.com/rust-embedded/svd2rust/compare/v0.27.2...v0.28.0
808811
[v0.27.2]: https://github.com/rust-embedded/svd2rust/compare/v0.27.1...v0.27.2

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ keywords = [
2323
license = "MIT OR Apache-2.0"
2424
name = "svd2rust"
2525
repository = "https://github.com/rust-embedded/svd2rust/"
26-
version = "0.29.0"
26+
version = "0.30.0"
2727
readme = "README.md"
2828
rust-version = "1.65"
2929

0 commit comments

Comments
 (0)