Skip to content

Commit

Permalink
chore(master): release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbrendel committed Dec 1, 2024
1 parent 735c0b8 commit 37612fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.14.0](https://github.com/xmc-rs/xmc4500/compare/v0.13.0...v0.14.0) (2024-12-01)


### Features

* updating from newer svd2rust ([#104](https://github.com/xmc-rs/xmc4500/issues/104)) ([2e5c028](https://github.com/xmc-rs/xmc4500/commit/2e5c028747e47e500871017c61807a920696dff5))
* updating from newer svd2rust ([#110](https://github.com/xmc-rs/xmc4500/issues/110)) ([c80d058](https://github.com/xmc-rs/xmc4500/commit/c80d05864f18462d22e9526aeaa63f529f0e5ba2))
* updating from newer svd2rust ([#111](https://github.com/xmc-rs/xmc4500/issues/111)) ([735c0b8](https://github.com/xmc-rs/xmc4500/commit/735c0b8948920c95bb890cf1d57a4caab38b7b16))

## [0.13.0](https://github.com/xmc-rs/xmc4500/compare/v0.12.0...v0.13.0) (2024-06-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 = "xmc4500"
version = "0.13.0"
version = "0.14.0"
description = "XMC peripheral library for XMC4500 generated from SVD"
readme = "README.md"
authors = ["Lucas Brendel <[email protected]>"]
Expand Down

0 comments on commit 37612fe

Please sign in to comment.