diff --git a/mcan/CHANGELOG.md b/mcan/CHANGELOG.md index cf04144..23d1000 100644 --- a/mcan/CHANGELOG.md +++ b/mcan/CHANGELOG.md @@ -3,10 +3,16 @@ Tagging in git follows a pattern: `mcan/`. ## [Unreleased] -- *Breaking* Update the register mappings with svd2rust 0.30.2 and form 0.10.0 (#46) + +## [0.5.0] - 2023-10-24 + +### Added - Add safe way to shutdown the bus when actively transmitting/receiving (#45) - Add method to finalize configuration into initialization mode (#47) +### Changed +- *Breaking* Update the register mappings with svd2rust 0.30.2 and form 0.10.0 (#46) + ## [0.4.0] - 2023-10-24 ### Added diff --git a/mcan/Cargo.toml b/mcan/Cargo.toml index 1a25310..615b542 100644 --- a/mcan/Cargo.toml +++ b/mcan/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcan" -version = "0.4.0" +version = "0.5.0" edition = "2021" description = "Unofficial MCAN Hardware Abstraction Layer" keywords = ["no-std", "can"]