Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit36d0ceb

Browse files
committed
Bumped to v2.1.0. Updated README and CHANGELOG for release
1 parente43f6f9 commit36d0ceb

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

‎CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
The change log for the Rust[socketcan](https://crates.io/crates/socketcan) library.
44

5+
##[Version 2.1.0](https://github.com/socketcan-rs/socketcan-rs/compare/v2.0.0..v2.1.0) (2023-09-19)
6+
7+
- Made`CanAddr` pulic and added functions to help interact with low-level sockaddr types. Sockets can now be opened with an address.
8+
- Can create an`Error` directly from a`CanErrorFrame` or`std::io::ErrorKind`.
9+
-[#46](https://github.com/socketcan-rs/socketcan-rs/issues/46) Applications can create error frames:
10+
-`CanErrorFrame::new()` now works.
11+
-`CanErrorFrame::new_error()` is similar but more intuitive using a raw ID word.
12+
-`From<CanError> for CanErrorFrame` to create an error frame from a`CanError`.
13+
- Added`Frame::from_raw_id()` and`Frame::remote_from_raw_id()`
14+
- Bumped MSRV to 1.65.0
15+
516
##Version 2.0.0 (2023-04-06)
617

718
Extensive rework of the crate to cleanup, refactor, and modernize the library and add some new features like CAN FD support.

‎Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name ="socketcan"
3-
version ="2.1.0-pre.0"
3+
version ="2.1.0"
44
edition ="2021"
55
rust-version ="1.65"
66
authors = [

‎README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,19 @@ Please see the [documentation](https://docs.rs/socketcan) for details about the
1010

1111
##Latest News
1212

13-
Version 2.0 is finally released!
13+
Version 2.x is finally released!
14+
15+
##What's New in v2.1
16+
17+
- Made`CanAddr` pulic and added functions to help interact with low-level sockaddr types. Sockets can now be opened with an address.
18+
- Can create an`Error` directly from a`CanErrorFrame` or`std::io::ErrorKind`.
19+
-[#46](https://github.com/socketcan-rs/socketcan-rs/issues/46) Applications can create error frames:
20+
-`CanErrorFrame::new()` now works.
21+
-`CanErrorFrame::new_error()` is similar but more intuitive using a raw ID word.
22+
-`From<CanError> for CanErrorFrame` to create an error frame from a`CanError`.
23+
- Added`Frame::from_raw_id()` and`Frame::remote_from_raw_id()`
24+
- Bumped MSRV to 1.65.0
25+
1426

1527
##What's New in v2.0
1628

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp