Skip to content

Commit 06a6af0

Browse files
authored
chore(master): release 0.11.0 (#86)
1 parent e3a03bc commit 06a6af0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [0.11.0](https://github.com/xmc-rs/xmc4200/compare/v0.10.0...v0.11.0) (2024-04-29)
4+
5+
6+
### Features
7+
8+
* updating from newer svd2rust ([#85](https://github.com/xmc-rs/xmc4200/issues/85)) ([51d9ee0](https://github.com/xmc-rs/xmc4200/commit/51d9ee054794c81fdd4e013f3a7af388f5267b8d))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update rust crate cortex-m-rt to 0.7.4 ([#87](https://github.com/xmc-rs/xmc4200/issues/87)) ([b48c331](https://github.com/xmc-rs/xmc4200/commit/b48c33169a31f4d16e071257c51573bc0da9091e))
14+
* regenerating code with new argument ([e3a03bc](https://github.com/xmc-rs/xmc4200/commit/e3a03bc3540b0bad3681f7aa0f5df3c5d1eed16c))
15+
316
## [0.10.0](https://github.com/xmc-rs/xmc4200/compare/v0.9.0...v0.10.0) (2024-03-01)
417

518

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "xmc4200"
33
description = "Peripheral access library for XCM4200 ARM Cortex-M"
4-
version = "0.10.0"
4+
version = "0.11.0"
55
authors = ["Lucas Brendel <lucasbrendel@gmail.com>"]
66
readme = "README.md"
77
license = "MIT"

0 commit comments

Comments
 (0)