Skip to content

Commit b3adb2a

Browse files
authored
chore(master): release 0.10.0 (#78)
1 parent 70b3293 commit b3adb2a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [0.9.0](https://github.com/xmc-rs/xmc4100/compare/v0.8.3...v0.9.0) (2024-02-01)
411

512

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "xmc4100"
33
description = "XMC4100 Cortex-M peripheral access library"
44
license = "MIT"
5-
version = "0.9.0"
5+
version = "0.10.0"
66
readme = "README.md"
77
authors = ["Lucas Brendel <lucasbrendel@gmail.com>"]
88
repository = "https://github.com/xmc-rs/xmc4100"

0 commit comments

Comments
 (0)