Skip to content

Commit

Permalink
chore(master): release 0.11.0 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbrendel authored Apr 19, 2024
1 parent 8b60713 commit 9692822
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.11.0](https://github.com/xmc-rs/xmc4100/compare/v0.10.0...v0.11.0) (2024-04-16)


### Features

* updating from newer svd2rust ([#81](https://github.com/xmc-rs/xmc4100/issues/81)) ([d53668a](https://github.com/xmc-rs/xmc4100/commit/d53668a5ac651fb8a2fdf7876c2c07f65efb0554))


### Bug Fixes

* **deps:** update rust crate cortex-m-rt to 0.7.4 ([#83](https://github.com/xmc-rs/xmc4100/issues/83)) ([8b60713](https://github.com/xmc-rs/xmc4100/commit/8b60713165d0919517c30702574213bdfdca4cad))

## [0.10.0](https://github.com/xmc-rs/xmc4100/compare/v0.9.0...v0.10.0) (2024-03-01)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "xmc4100"
description = "XMC4100 Cortex-M peripheral access library"
license = "MIT"
version = "0.10.0"
version = "0.11.0"
readme = "README.md"
authors = ["Lucas Brendel <lucasbrendel@gmail.com>"]
repository = "https://github.com/xmc-rs/xmc4100"
Expand Down

0 comments on commit 9692822

Please sign in to comment.