Skip to content

Commit 80941c0

Browse files
authored
chore: release (#30)
1 parent ed6fda3 commit 80941c0

4 files changed

Lines changed: 15 additions & 2 deletions

File tree

interface/rdif-pcie/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.4](https://github.com/drivercraft/rdrive/compare/rdif-pcie-v0.1.3...rdif-pcie-v0.1.4) - 2025-10-16
11+
12+
### Other
13+
14+
- 优化代码格式和结构,调整导入顺序,简化内存管理逻辑
15+
1016
## [0.1.3](https://github.com/drivercraft/rdrive/compare/rdif-pcie-v0.1.2...rdif-pcie-v0.1.3) - 2025-09-25
1117

1218
### Fixed

interface/rdif-pcie/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["os", "driver"]
77
license = "MIT"
88
name = "rdif-pcie"
99
repository.workspace = true
10-
version = "0.1.3"
10+
version = "0.1.4"
1111

1212
[dependencies]
1313
pci_types = "0.10"

interface/rdif-serial/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.2](https://github.com/drivercraft/rdrive/compare/rdif-serial-v0.5.1...rdif-serial-v0.5.2) - 2025-10-16
11+
12+
### Other
13+
14+
- Merge branch 'main' of github.com:drivercraft/rdrive
15+
- 优化代码格式和结构,调整导入顺序,简化内存管理逻辑
16+
1017
## [0.5.1](https://github.com/drivercraft/rdrive/compare/rdif-serial-v0.5.0...rdif-serial-v0.5.1) - 2025-10-16
1118

1219
### Other

interface/rdif-serial/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rdif-serial"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
edition.workspace = true
55
repository.workspace = true
66
authors = ["周睿 <zrufo747@outlook.com>"]

0 commit comments

Comments
 (0)