File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
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.3] - 2023-04-04
11+
1012- Add ` Sorting ` options to ` Config `
1113
1214## [ v0.14.2] - 2022-12-19
@@ -44,7 +46,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4446
4547Previous versions in common [ changelog] ( ../CHANGELOG.md ) .
4648
47- [ Unreleased ] : https://github.com/rust-embedded/svd/compare/svd-encoder-v0.14.2...HEAD
49+ [ Unreleased ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.2...HEAD
50+ [ v0.14.3 ] : https://github.com/rust-embedded/svd/compare/svd-encoder-v0.14.2..svd-rs-v0.14.2
4851[ v0.14.2 ] : https://github.com/rust-embedded/svd/compare/svd-encoder-v0.14.1..svd-encoder-v0.14.2
4952[ v0.14.1 ] : https://github.com/rust-embedded/svd/compare/v0.14.0..svd-encoder-v0.14.1
5053[ v0.14.0 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.13.1..v0.14.0
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ name = "svd-encoder"
88repository = " https://github.com/rust-embedded/svd"
99edition = " 2021"
1010rust-version = " 1.56.0"
11- version = " 0.14.2 "
11+ version = " 0.14.3 "
1212readme = " README.md"
1313
1414[dependencies ]
1515convert_case = " 0.6.0"
16- svd-rs = { version = " 0.14.0 " , path = " ../svd-rs" }
16+ svd-rs = { version = " 0.14.2 " , path = " ../svd-rs" }
1717thiserror = " 1.0.31"
1818
1919[dependencies .xmltree ]
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.2] - 2023-04-04
11+
1012- Add support of ` a-Z ` for ` dimIndex `
1113- Add ` name ` , ` description ` , ` address_offset ` for ` RegisterCluster `
1214
@@ -79,7 +81,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7981
8082Previous versions in common [ changelog] ( ../CHANGELOG.md ) .
8183
82- [ Unreleased ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.1...HEAD
84+ [ Unreleased ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.2...HEAD
85+ [ v0.14.2 ] : https://github.com/rust-embedded/svd/compare/svd-encoder-v0.14.2...svd-rs-v0.14.2
8386[ v0.14.1 ] : https://github.com/rust-embedded/svd/compare/v0.14.0...svd-rs-v0.14.1
8487[ v0.14.0 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.13.2...v0.14.0
8588[ v0.13.2 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.13.1...svd-rs-v0.13.2
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.56.0"
13- version = " 0.14.1 "
13+ version = " 0.14.2 "
1414readme = " README.md"
1515
1616[features ]
@@ -23,7 +23,7 @@ thiserror = "1.0.31"
2323version = " 1"
2424
2525[dependencies .once_cell ]
26- version = " 1.13.0 "
26+ version = " 1.17.1 "
2727
2828[dependencies .serde ]
2929version = " 1.0"
You can’t perform that action at this time.
0 commit comments