Skip to content

Commit 58c1a48

Browse files
authored
Merge pull request #259 from rust-embedded/r0148
release 0.14.8
2 parents 25af200 + cb0c91d commit 58c1a48

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

svd-rs/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.14.8] - 2024-02-13
11+
1012
- add `maybe_array` constructors
1113
- Bump MSRV to 1.65.0
1214
- Bump `regex` to 1.10
@@ -112,7 +114,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
112114

113115
Previous versions in common [changelog](../CHANGELOG.md).
114116

115-
[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.7...HEAD
117+
[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.8...HEAD
118+
[v0.14.8]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.7...svd-rs-v0.14.8
116119
[v0.14.7]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.6...svd-rs-v0.14.7
117120
[v0.14.6]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.5...svd-rs-v0.14.6
118121
[v0.14.5]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.4...svd-rs-v0.14.5

svd-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "svd-rs"
1010
repository = "https://github.com/rust-embedded/svd"
1111
edition = "2021"
1212
rust-version = "1.65.0"
13-
version = "0.14.7"
13+
version = "0.14.8"
1414
readme = "README.md"
1515

1616
[features]

0 commit comments

Comments
 (0)