Skip to content

Commit

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

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


### Features

* updating from newer svd2rust ([#85](https://github.com/xmc-rs/xmc4200/issues/85)) ([51d9ee0](https://github.com/xmc-rs/xmc4200/commit/51d9ee054794c81fdd4e013f3a7af388f5267b8d))


### Bug Fixes

* **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))
* regenerating code with new argument ([e3a03bc](https://github.com/xmc-rs/xmc4200/commit/e3a03bc3540b0bad3681f7aa0f5df3c5d1eed16c))

## [0.10.0](https://github.com/xmc-rs/xmc4200/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,7 +1,7 @@
[package]
name = "xmc4200"
description = "Peripheral access library for XCM4200 ARM Cortex-M"
version = "0.10.0"
version = "0.11.0"
authors = ["Lucas Brendel <lucasbrendel@gmail.com>"]
readme = "README.md"
license = "MIT"
Expand Down

0 comments on commit 06a6af0

Please sign in to comment.