Skip to content

Commit

Permalink
Release mcan/0.4.0
Browse files Browse the repository at this point in the history
- Added
 - Add `Can::aux::initialization_mode` (GrepitAB#41)

- Changed
 - Fix some issues with watermark sizes for Rx FIFOs and Tx Event FIFO (GrepitAB#43)
 - Adhere to `filter_map_bool_then` clippy lint (GrepitAB#42)
  • Loading branch information
Edvin Åkerfeldt committed Oct 24, 2023
1 parent 39c0726 commit bc1c427
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion mcan/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@
Tagging in git follows a pattern: `mcan/<version>`.

## [Unreleased]
- Fix some issues with watermark sizes for Rx FIFOs and Tx Event FIFO (#43)

## [0.4.0] - 2023-10-24

### Added
- Add `Can::aux::initialization_mode` (#41)

### Changed
- Fix some issues with watermark sizes for Rx FIFOs and Tx Event FIFO (#43)
- Adhere to `filter_map_bool_then` clippy lint (#42)


## [0.3.0] - 2023-04-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.3.0"
version = "0.4.0"
edition = "2021"
description = "Unofficial MCAN Hardware Abstraction Layer"
keywords = ["no-std", "can"]
Expand Down

0 comments on commit bc1c427

Please sign in to comment.