Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardeoin committed Sep 4, 2024
1 parent 44319c1 commit 30a7487
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased]

## [v0.2.1] 2024-09-04

* Bugfix: Fix transmit pause configuration [#41]
* Update depreciated method `set_interrupt_line_config` to `select_interrupt_line_1` [#46]

## [v0.2.0] 2023-07-09

* **Breaking:** Rename method `set_interrupt_line_config` to `select_interrupt_line_1` [#27]
Expand All @@ -26,7 +31,8 @@ Initial release.

Callbacks replaced with parameter buffer #10

[Unreleased]: https://github.com/stm32-rs/fdcan/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/stm32-rs/fdcan/compare/v0.2.1...HEAD
[v0.2.1]: https://github.com/stm32-rs/stm32h7xx-hal/compare/v0.2.0...v0.2.1
[v0.2.0]: https://github.com/stm32-rs/stm32h7xx-hal/compare/v0.1.2...v0.2.0
[v0.1.2]: https://github.com/stm32-rs/stm32h7xx-hal/compare/v0.1.1...v0.1.2
[v0.1.1]: https://github.com/stm32-rs/stm32h7xx-hal/compare/v0.1.0...v0.1.1
Expand All @@ -39,3 +45,5 @@ Callbacks replaced with parameter buffer #10
[#32]: https://github.com/stm32-rs/stm32h7xx-hal/pull/32
[#34]: https://github.com/stm32-rs/stm32h7xx-hal/pull/34
[#36]: https://github.com/stm32-rs/stm32h7xx-hal/pull/36
[#41]: https://github.com/stm32-rs/stm32h7xx-hal/pull/41
[#46]: https://github.com/stm32-rs/stm32h7xx-hal/pull/46
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fdcan"
version = "0.2.0"
version = "0.2.1"
authors = [
"Richard Meadows <[email protected]>",
"Cor Peters <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add an entry to your `Cargo.toml`:

```toml
[dependencies]
fdcan = "0.2.0"
fdcan = "0.2.1"
```

# Minimum supported Rust version
Expand Down

0 comments on commit 30a7487

Please sign in to comment.