File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
113115Previous 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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ name = "svd-rs"
1010repository = " https://github.com/rust-embedded/svd"
1111edition = " 2021"
1212rust-version = " 1.65.0"
13- version = " 0.14.7 "
13+ version = " 0.14.8 "
1414readme = " README.md"
1515
1616[features ]
You can’t perform that action at this time.
0 commit comments