We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1035b6 commit 34a07aaCopy full SHA for 34a07aa
svd-rs/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## Unreleased
9
10
+## [v0.11.2] - 2021-11-04
11
+
12
- Implement `DeriveFrom` for `Cluster`, `Register` and `Field`
13
14
## [v0.11.1] - 2021-10-02
svd-rs/Cargo.toml
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
name = "svd-rs"
repository = "https://github.com/rust-embedded/svd"
edition = "2018"
-version = "0.11.1"
+version = "0.11.2"
readme = "README.md"
15
[features]
0 commit comments