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.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## Unreleased
8
+ ## [ Unreleased]
9
+
10
+ ## [ v0.14.5] - 2025-02-08
9
11
10
12
- Revert the ` riscv ` element, as well as the ` unstable-riscv ` feature.
11
13
12
- ## [ v0.14.5] - 2023 -08-20
14
+ ## [ v0.14.5] - 2024 -08-20
13
15
14
16
- Adapt the ` riscv ` element to handle ` riscv::Exception ` .
15
17
- 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/).
59
61
60
62
Previous versions in common [ changelog] ( ../CHANGELOG.md ) .
61
63
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
63
66
[ v0.14.5 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.8...svd-rs-v0.14.9
64
67
[ v0.14.4 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.3...svd-rs-v0.14.4
65
68
[ 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"
8
8
repository = " https://github.com/rust-embedded/svd"
9
9
edition = " 2021"
10
10
rust-version = " 1.65.0"
11
- version = " 0.14.5 "
11
+ version = " 0.14.6 "
12
12
readme = " README.md"
13
13
14
14
[dependencies ]
15
15
convert_case = " 0.6.0"
16
- svd-rs = { version = " 0.14.9 " , path = " ../svd-rs" }
16
+ svd-rs = { version = " 0.14.10 " , path = " ../svd-rs" }
17
17
thiserror = " 1.0.31"
18
18
19
19
[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.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## Unreleased
8
+ ## [ Unreleased]
9
+
10
+ ## [ v0.14.8] - 2025-02-08
9
11
10
12
- Revert the ` riscv ` element, as well as the ` unstable-riscv ` feature.
11
13
@@ -82,7 +84,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
82
84
83
85
Previous versions in common [ changelog] ( ../CHANGELOG.md ) .
84
86
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
86
89
[ v0.14.6 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.8...svd-rs-v0.14.9
87
90
[ v0.14.5 ] : https://github.com/rust-embedded/svd/compare/svd-parser-v0.14.4...svd-rs-v0.14.7
88
91
[ 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"
11
11
repository = " https://github.com/rust-embedded/svd"
12
12
edition = " 2021"
13
13
rust-version = " 1.65.0"
14
- version = " 0.14.7 "
14
+ version = " 0.14.8 "
15
15
readme = " README.md"
16
16
17
17
[features ]
@@ -27,7 +27,7 @@ thiserror = "1.0.31"
27
27
[dev-dependencies ]
28
28
serde_json = { version = " 1.0" , features = [" preserve_order" ] }
29
29
serde_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" ] }
31
31
32
32
[[example ]]
33
33
name = " 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.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## Unreleased
8
+ ## [ Unreleased]
9
+
10
+ ## [ v0.14.10] - 2025-02-08
9
11
10
12
- Do not derive ` DimElement `
11
13
- 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/).
126
128
127
129
Previous versions in common [ changelog] ( ../CHANGELOG.md ) .
128
130
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
130
133
[ v0.14.9 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.8...svd-rs-v0.14.9
131
134
[ v0.14.8 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.7...svd-rs-v0.14.8
132
135
[ 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 1
1
[package ]
2
- authors = [
3
- " The Tools Team <[email protected] >" ,
4
- ]
2
+ authors = [
" The Tools Team <[email protected] >" ]
5
3
description = " A CMSIS-SVD base structures"
6
4
documentation = " https://docs.rs/svd-rs"
7
5
keywords = [" CMSIS" , " SVD" ]
@@ -10,7 +8,7 @@ name = "svd-rs"
10
8
repository = " https://github.com/rust-embedded/svd"
11
9
edition = " 2021"
12
10
rust-version = " 1.65.0"
13
- version = " 0.14.9 "
11
+ version = " 0.14.10 "
14
12
readme = " README.md"
15
13
16
14
[features ]
You can’t perform that action at this time.
0 commit comments