Skip to content

Commit cf104f2

Browse files
bors[bot]burrbull
andauthored
Merge #601
601: release 0.23.1 r=Emilgardis a=burrbull Co-authored-by: Andrey Zgarbul <[email protected]>
2 parents 053727c + 8775f44 commit cf104f2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.23.1] - 2022-04-29
11+
1012
- GHA: rust dependency caching
1113
- remove unnedded fields clone
1214
- Use reexport instead of type aliases in `derive_from_base`
@@ -692,7 +694,8 @@ peripheral.register.write(|w| w.field().set());
692694

693695
- Initial version of the `svd2rust` tool
694696

695-
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.23.0...HEAD
697+
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.23.1...HEAD
698+
[v0.23.1]: https://github.com/rust-embedded/svd2rust/compare/v0.23.0...v0.23.1
696699
[v0.23.0]: https://github.com/rust-embedded/svd2rust/compare/v0.22.2...v0.23.0
697700
[v0.22.2]: https://github.com/rust-embedded/svd2rust/compare/v0.22.1...v0.22.2
698701
[v0.22.1]: https://github.com/rust-embedded/svd2rust/compare/v0.22.0...v0.22.1

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.23.0"
26+
version = "0.23.1"
2727
readme = "README.md"
2828

2929
[package.metadata.deb]

0 commit comments

Comments
 (0)