Skip to content

Commit 5e9a29c

Browse files
committed
release-0.30.2
1 parent a76b099 commit 5e9a29c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.30.2] - 2023-10-22
11+
12+
- Fix documentation warnings
1013
- Use `ArrayProxy` for memory disjoined register arrays
1114
- Use `const fn` where allowed
1215

@@ -813,7 +816,8 @@ peripheral.register.write(|w| w.field().set());
813816

814817
- Initial version of the `svd2rust` tool
815818

816-
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.30.1...HEAD
819+
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.30.2...HEAD
820+
[v0.30.2]: https://github.com/rust-embedded/svd2rust/compare/v0.30.1...v0.30.2
817821
[v0.30.1]: https://github.com/rust-embedded/svd2rust/compare/v0.30.0...v0.30.1
818822
[v0.30.0]: https://github.com/rust-embedded/svd2rust/compare/v0.29.0...v0.30.0
819823
[v0.29.0]: https://github.com/rust-embedded/svd2rust/compare/v0.28.0...v0.29.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
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.30.1"
26+
version = "0.30.2"
2727
readme = "README.md"
2828
rust-version = "1.70"
2929

0 commit comments

Comments
 (0)