File tree Expand file tree Collapse file tree 6 files changed +22
-15
lines changed Expand file tree Collapse file tree 6 files changed +22
-15
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## Unreleased
8+ ## [ Unreleased]
9+
10+ ## [ v0.14.5] - 2025-02-08
911
1012- Revert the ` riscv ` element, as well as the ` unstable-riscv ` feature.
1113
12- ## [ v0.14.5] - 2023 -08-20
14+ ## [ v0.14.5] - 2024 -08-20
1315
1416- Adapt the ` riscv ` element to handle ` riscv::Exception ` .
1517- Add ` riscv ` element for configuration parameters related to RISC-V targets.
@@ -59,7 +61,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5961
6062Previous versions in common [ changelog] ( ../CHANGELOG.md ) .
6163
62- [ Unreleased ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.5...HEAD
64+ [ Unreleased ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.10...HEAD
65+ [ v0.14.6 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.9...svd-rs-v0.14.10
6366[ v0.14.5 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.8...svd-rs-v0.14.9
6467[ v0.14.4 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.3...svd-rs-v0.14.4
6568[ v0.14.3 ] : https://github.com/rust-embedded/svd/compare/svd-encoder-v0.14.2..svd-rs-v0.14.2
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.65.0"
11- version = " 0.14.5 "
11+ version = " 0.14.6 "
1212readme = " README.md"
1313
1414[dependencies ]
1515convert_case = " 0.6.0"
16- svd-rs = { version = " 0.14.9 " , path = " ../svd-rs" }
16+ svd-rs = { version = " 0.14.10 " , path = " ../svd-rs" }
1717thiserror = " 1.0.31"
1818
1919[dependencies .xmltree ]
Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## Unreleased
8+ ## [ Unreleased]
9+
10+ ## [ v0.14.8] - 2025-02-08
911
1012- Revert the ` riscv ` element, as well as the ` unstable-riscv ` feature.
1113
@@ -82,7 +84,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8284
8385Previous versions in common [ changelog] ( ../CHANGELOG.md ) .
8486
85- [ Unreleased ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.6...HEAD
87+ [ Unreleased ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.10...HEAD
88+ [ v0.14.8 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.9...svd-rs-v0.14.10
8689[ v0.14.6 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.8...svd-rs-v0.14.9
8790[ v0.14.5 ] : https://github.com/rust-embedded/svd/compare/svd-parser-v0.14.4...svd-rs-v0.14.7
8891[ v0.14.4 ] : https://github.com/rust-embedded/svd/compare/svd-parser-v0.14.3...svd-parser-v0.14.4
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ name = "svd-parser"
1111repository = " https://github.com/rust-embedded/svd"
1212edition = " 2021"
1313rust-version = " 1.65.0"
14- version = " 0.14.7 "
14+ version = " 0.14.8 "
1515readme = " README.md"
1616
1717[features ]
@@ -27,7 +27,7 @@ thiserror = "1.0.31"
2727[dev-dependencies ]
2828serde_json = { version = " 1.0" , features = [" preserve_order" ] }
2929serde_yaml = " 0.8.26"
30- svd-rs = { version = " 0.14.9 " , path = " ../svd-rs" , features = [" serde" ] }
30+ svd-rs = { version = " 0.14.10 " , path = " ../svd-rs" , features = [" serde" ] }
3131
3232[[example ]]
3333name = " svd2json"
Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## Unreleased
8+ ## [ Unreleased]
9+
10+ ## [ v0.14.10] - 2025-02-08
911
1012- Do not derive ` DimElement `
1113- Revert the ` riscv ` elements, as well as the ` unstable-riscv ` feature.
@@ -126,7 +128,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
126128
127129Previous versions in common [ changelog] ( ../CHANGELOG.md ) .
128130
129- [ Unreleased ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.9...HEAD
131+ [ Unreleased ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.10...HEAD
132+ [ v0.14.10 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.9...svd-rs-v0.14.10
130133[ v0.14.9 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.8...svd-rs-v0.14.9
131134[ v0.14.8 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.7...svd-rs-v0.14.8
132135[ v0.14.7 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.6...svd-rs-v0.14.7
Original file line number Diff line number Diff line change 11[package ]
2- authors = [
3- " The Tools Team <[email protected] >" ,
4- ]
2+ authors = [
" The Tools Team <[email protected] >" ]
53description = " A CMSIS-SVD base structures"
64documentation = " https://docs.rs/svd-rs"
75keywords = [" CMSIS" , " SVD" ]
@@ -10,7 +8,7 @@ name = "svd-rs"
108repository = " https://github.com/rust-embedded/svd"
119edition = " 2021"
1210rust-version = " 1.65.0"
13- version = " 0.14.9 "
11+ version = " 0.14.10 "
1412readme = " README.md"
1513
1614[features ]
You can’t perform that action at this time.
0 commit comments