Skip to content

Commit

Permalink
chore(master): release 0.5.4 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbrendel committed May 3, 2024
1 parent 570d706 commit e4b0f0f
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.5.4](https://github.com/xmc-rs/xmc4-hal/compare/v0.5.3...v0.5.4) (2024-05-03)


### Bug Fixes

* **deps:** update rust crate xmc4100 to 0.12.0 ([#250](https://github.com/xmc-rs/xmc4-hal/issues/250)) ([41e5b3f](https://github.com/xmc-rs/xmc4-hal/commit/41e5b3fe325ea6b8afc5e31d1aad92cf37848864))
* **deps:** update rust crate xmc4200 to 0.12.0 ([#251](https://github.com/xmc-rs/xmc4-hal/issues/251)) ([2d353c7](https://github.com/xmc-rs/xmc4-hal/commit/2d353c7e603611978615fb9489af9bcc893d41e8))
* **deps:** update rust crate xmc4300 to 0.11.0 ([#252](https://github.com/xmc-rs/xmc4-hal/issues/252)) ([7b758b9](https://github.com/xmc-rs/xmc4-hal/commit/7b758b91a6f8fba49948cee1f1275d51a6f715ba))
* **deps:** update rust crate xmc4400 to 0.12.0 ([#253](https://github.com/xmc-rs/xmc4-hal/issues/253)) ([78832fc](https://github.com/xmc-rs/xmc4-hal/commit/78832fceb3ad705241be653e521b71a87d6c7efd))
* **deps:** update rust crate xmc4500 to 0.12.0 ([#254](https://github.com/xmc-rs/xmc4-hal/issues/254)) ([d96cd40](https://github.com/xmc-rs/xmc4-hal/commit/d96cd401bd45355b4aa67c6a4d119868a580f17a))
* **deps:** update rust crate xmc4700 to 0.11.0 ([#255](https://github.com/xmc-rs/xmc4-hal/issues/255)) ([2d7453d](https://github.com/xmc-rs/xmc4-hal/commit/2d7453d10b8d44e139995de92ee2043a5d169d18))
* **deps:** update rust crate xmc4800 to 0.12.0 ([#256](https://github.com/xmc-rs/xmc4-hal/issues/256)) ([570d706](https://github.com/xmc-rs/xmc4-hal/commit/570d706f0a01ab35d75191f5585cafaee7ac3c71))

## [0.5.3](https://github.com/xmc-rs/xmc4-hal/compare/v0.5.2...v0.5.3) (2024-04-29)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Lucas Brendel <lucasbrendel@gmail.com>"]
edition = "2018"
name = "xmc4-hal"
version = "0.5.3"
version = "0.5.4"
readme = "README.md"
license = "MIT"
repository = "https://github.com/xmc-rs/xmc4-hal"
Expand Down

0 comments on commit e4b0f0f

Please sign in to comment.