Skip to content

Commit 7e50e9a

Browse files
author
Jonas Schievink
committed
Release 0.7.0
1 parent ece2811 commit 7e50e9a

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
No changes.
6+
7+
## [0.7.0 - 2022-05-30](https://github.com/stm32-rs/bxcan/releases/tag/v0.7.0)
8+
59
### New Features
610

711
* [*breaking change*] Add support for using the second RX FIFO.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bxcan"
3-
version = "0.6.2"
3+
version = "0.7.0"
44
authors = [
55
"Jonas Schievink <jonasschievink@gmail.com>",
66
"Timo Kröger <timokroeger93@gmail.com>",

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add an entry to your `Cargo.toml`:
1616

1717
```toml
1818
[dependencies]
19-
bxcan = "0.6.2"
19+
bxcan = "0.7.0"
2020
```
2121

2222
Check the [API Documentation](https://docs.rs/bxcan/) for how to use the

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
//! [`defmt`]: https://docs.rs/defmt
3131
//! [`embedded-hal`]: https://docs.rs/embedded-hal
3232
33-
#![doc(html_root_url = "https://docs.rs/bxcan/0.6.2")]
33+
#![doc(html_root_url = "https://docs.rs/bxcan/0.7.0")]
3434
// Deny a few warnings in doctests, since rustdoc `allow`s many warnings by default
3535
#![doc(test(attr(deny(unused_imports, unused_must_use))))]
3636
#![no_std]

0 commit comments

Comments
 (0)