Skip to content

Commit

Permalink
chore(master): release 0.13.0 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbrendel authored Jun 3, 2024
1 parent 1483267 commit 3d409fb
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/xmc4400/compare/v0.12.0...v0.13.0) (2024-06-03)


### Features

* updating from newer svd2rust ([#86](https://github.com/xmc-rs/xmc4400/issues/86)) ([1483267](https://github.com/xmc-rs/xmc4400/commit/1483267e2300888753dce48f23149c84a6b9cde0))


### Bug Fixes

* **deps:** reverting cortex-m-rt to 0.7.3 due to yanking ([8990b86](https://github.com/xmc-rs/xmc4400/commit/8990b86b4fdeb65e101e16c54e5a877ee59c4387))

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

0 comments on commit 3d409fb

Please sign in to comment.