We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deec623 commit ca46ed6Copy full SHA for ca46ed6
2 files changed
interface/rdif-serial/CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.5.3](https://github.com/drivercraft/rdrive/compare/rdif-serial-v0.5.2...rdif-serial-v0.5.3) - 2025-10-16
11
+
12
+### Fixed
13
14
+- 修改 Register trait 中 read_byte 方法的可变性,优化 Serial 结构体的内存管理
15
16
+### Other
17
18
+- 更新 TransferError 枚举,移除 RegisterTransferError,简化错误处理逻辑
19
20
## [0.5.2](https://github.com/drivercraft/rdrive/compare/rdif-serial-v0.5.1...rdif-serial-v0.5.2) - 2025-10-16
21
22
### Other
interface/rdif-serial/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rdif-serial"
3
-version = "0.5.2"
+version = "0.5.3"
4
edition.workspace = true
5
repository.workspace = true
6
authors = ["周睿 <zrufo747@outlook.com>"]
0 commit comments