Skip to content

Commit d0839b7

Browse files
bors[bot]burrbull
andauthored
Merge #211
211: release svd-encoder 0.14.1 r=Emilgardis a=burrbull Co-authored-by: Andrey Zgarbul <[email protected]>
2 parents 1f5808c + 26e33eb commit d0839b7

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

svd-encoder/CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## Unreleased
99

10+
## [v0.14.1] - 2022-07-23
11+
12+
- Fix uppercased names of arrays
13+
1014
## [v0.14.0] - 2022-07-19
1115

1216
- Bump MSRV to 1.56.0 (2021)
@@ -33,8 +37,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3337

3438
Previous versions in common [changelog](../CHANGELOG.md).
3539

36-
[Unreleased]: https://github.com/rust-embedded/svd/compare/v0.14.0...HEAD
37-
[v0.13.1]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.13.1..v0.14.0
40+
[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-encoder-v0.14.1...HEAD
41+
[v0.14.1]: https://github.com/rust-embedded/svd/compare/v0.14.0..svd-encoder-v0.14.1
42+
[v0.14.0]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.13.1..v0.14.0
3843
[v0.13.1]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.13.1...svd-rs-v0.13.1
3944
[v0.13.0]: https://github.com/rust-embedded/svd/compare/v0.12.0...v0.13.0
4045
[v0.12.0]: https://github.com/rust-embedded/svd/compare/v0.11.0...v0.12.0

svd-encoder/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "svd-encoder"
88
repository = "https://github.com/rust-embedded/svd"
99
edition = "2021"
1010
rust-version = "1.56.0"
11-
version = "0.14.0"
11+
version = "0.14.1"
1212
readme = "README.md"
1313

1414
[dependencies]

0 commit comments

Comments
 (0)