Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.2.1 #47

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
v0.2.1
richardeoin committed Sep 4, 2024
commit 30a7487e1afd8287cfd8e2560edd352a63e51f92
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]
@@ -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
@@ -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]>"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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