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 70b3293 commit b3adb2aCopy full SHA for b3adb2a
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.10.0](https://github.com/xmc-rs/xmc4100/compare/v0.9.0...v0.10.0) (2024-03-01)
4
+
5
6
+### Features
7
8
+* updating from newer svd2rust ([#77](https://github.com/xmc-rs/xmc4100/issues/77)) ([70b3293](https://github.com/xmc-rs/xmc4100/commit/70b32937e33bae92f442fe7fd34c028f2dd4ac4e))
9
10
## [0.9.0](https://github.com/xmc-rs/xmc4100/compare/v0.8.3...v0.9.0) (2024-02-01)
11
12
Cargo.toml
@@ -2,7 +2,7 @@
name = "xmc4100"
description = "XMC4100 Cortex-M peripheral access library"
license = "MIT"
-version = "0.9.0"
+version = "0.10.0"
readme = "README.md"
authors = ["Lucas Brendel <lucasbrendel@gmail.com>"]
repository = "https://github.com/xmc-rs/xmc4100"
0 commit comments