Skip to content

Commit 2d79969

Browse files
bors[bot]burrbull
andauthored
Merge #664
664: release 0.26 r=Emilgardis a=burrbull Co-authored-by: Andrey Zgarbul <[email protected]>
2 parents a506bd5 + dcd28f5 commit 2d79969

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
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.26.0] - 2022-10-07
11+
1012
- Use edition 2021
1113
- Fix adding ending reserved field when `max_cluster_size` option enabled
1214
- Add `Eq` autoimplementation for enums
@@ -745,7 +747,8 @@ peripheral.register.write(|w| w.field().set());
745747

746748
- Initial version of the `svd2rust` tool
747749

748-
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.25.1...HEAD
750+
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.26.0...HEAD
751+
[v0.26.0]: https://github.com/rust-embedded/svd2rust/compare/v0.25.1...v0.26.0
749752
[v0.25.1]: https://github.com/rust-embedded/svd2rust/compare/v0.25.0...v0.25.1
750753
[v0.25.0]: https://github.com/rust-embedded/svd2rust/compare/v0.24.1...v0.25.0
751754
[v0.24.1]: https://github.com/rust-embedded/svd2rust/compare/v0.24.0...v0.24.1

Cargo.toml

+1-1
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.25.1"
26+
version = "0.26.0"
2727
readme = "README.md"
2828
rust-version = "1.60"
2929

0 commit comments

Comments
 (0)