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/).
7
7
8
8
## Unreleased
9
9
10
+ ## [ v0.14.8] - 2024-02-13
11
+
10
12
- add ` maybe_array ` constructors
11
13
- Bump MSRV to 1.65.0
12
14
- Bump ` regex ` to 1.10
@@ -112,7 +114,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
112
114
113
115
Previous versions in common [ changelog] ( ../CHANGELOG.md ) .
114
116
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
116
119
[ v0.14.7 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.6...svd-rs-v0.14.7
117
120
[ v0.14.6 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.5...svd-rs-v0.14.6
118
121
[ 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"
10
10
repository = " https://github.com/rust-embedded/svd"
11
11
edition = " 2021"
12
12
rust-version = " 1.65.0"
13
- version = " 0.14.7 "
13
+ version = " 0.14.8 "
14
14
readme = " README.md"
15
15
16
16
[features ]
You can’t perform that action at this time.
0 commit comments