Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions interface/rdif-pcie/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.4](https://github.com/drivercraft/rdrive/compare/rdif-pcie-v0.1.3...rdif-pcie-v0.1.4) - 2025-10-16

### Other

- 优化代码格式和结构,调整导入顺序,简化内存管理逻辑

## [0.1.3](https://github.com/drivercraft/rdrive/compare/rdif-pcie-v0.1.2...rdif-pcie-v0.1.3) - 2025-09-25

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion interface/rdif-pcie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["os", "driver"]
license = "MIT"
name = "rdif-pcie"
repository.workspace = true
version = "0.1.3"
version = "0.1.4"

[dependencies]
pci_types = "0.10"
Expand Down
7 changes: 7 additions & 0 deletions interface/rdif-serial/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.2](https://github.com/drivercraft/rdrive/compare/rdif-serial-v0.5.1...rdif-serial-v0.5.2) - 2025-10-16

### Other

- Merge branch 'main' of github.com:drivercraft/rdrive
- 优化代码格式和结构,调整导入顺序,简化内存管理逻辑

## [0.5.1](https://github.com/drivercraft/rdrive/compare/rdif-serial-v0.5.0...rdif-serial-v0.5.1) - 2025-10-16

### Other
Expand Down
2 changes: 1 addition & 1 deletion interface/rdif-serial/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rdif-serial"
version = "0.5.1"
version = "0.5.2"
edition.workspace = true
repository.workspace = true
authors = ["周睿 <zrufo747@outlook.com>"]
Expand Down