Skip to content

Commit

Permalink
chore(master): release 0.11.0 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbrendel committed Apr 29, 2024
1 parent 8bad3ba commit 26bddef
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/xmc4500/compare/v0.10.0...v0.11.0) (2024-04-25)


### Features

* updating from newer svd2rust ([#90](https://github.com/xmc-rs/xmc4500/issues/90)) ([1fd8b67](https://github.com/xmc-rs/xmc4500/commit/1fd8b67263e82e9a176ed1ee3f5754f51b535f77))


### Bug Fixes

* **deps:** update rust crate cortex-m-rt to 0.7.4 ([#92](https://github.com/xmc-rs/xmc4500/issues/92)) ([606dcab](https://github.com/xmc-rs/xmc4500/commit/606dcab72bdc025e5c43deab41f5c96b74fe9f4e))

## [0.10.0](https://github.com/xmc-rs/xmc4500/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
@@ -1,6 +1,6 @@
[package]
name = "xmc4500"
version = "0.10.0"
version = "0.11.0"
description = "XMC peripheral library for XMC4500 generated from SVD"
readme = "README.md"
authors = ["Lucas Brendel <lucasbrendel@gmail.com>"]
Expand Down

0 comments on commit 26bddef

Please sign in to comment.