Skip to content

Commit

Permalink
chore(master): release 0.13.0 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbrendel authored Jun 3, 2024
1 parent 7be13d5 commit ecf3522
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.13.0](https://github.com/xmc-rs/xmc4200/compare/v0.12.0...v0.13.0) (2024-06-03)


### Features

* updating from newer svd2rust ([#95](https://github.com/xmc-rs/xmc4200/issues/95)) ([7be13d5](https://github.com/xmc-rs/xmc4200/commit/7be13d593d492c01d57157fecaf938cfec624c22))


### Bug Fixes

* **deps:** reverting cortex-m-rt to 0.7.3 due to yanking ([13354c6](https://github.com/xmc-rs/xmc4200/commit/13354c60faa16f132b74d7b22c4d39affa66ae87))

## [0.12.0](https://github.com/xmc-rs/xmc4200/compare/v0.11.0...v0.12.0) (2024-05-03)


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.12.0"
version = "0.13.0"
authors = ["Lucas Brendel <[email protected]>"]
readme = "README.md"
license = "MIT"
Expand Down

0 comments on commit ecf3522

Please sign in to comment.