Skip to content

Commit

Permalink
Release mcan/0.5.0
Browse files Browse the repository at this point in the history
- Add safe way to shutdown the bus when actively transmitting/receiving
(#45)
- Add method to finalize configuration into initialization mode (#47)

- *Breaking* Update the register mappings with svd2rust 0.30.2 and
form 0.10.0 (#46)
  • Loading branch information
Ironedde committed Mar 4, 2024
1 parent 472068e commit 4b89959
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion mcan/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@
Tagging in git follows a pattern: `mcan/<version>`.

## [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
Expand Down
2 changes: 1 addition & 1 deletion mcan/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 4b89959

Please sign in to comment.