Skip to content

Commit 4639cf2

Browse files
chore: release (#55)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eda48dd commit 4639cf2

4 files changed

Lines changed: 23 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

driver/interface/rdif-eth/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.1](https://github.com/drivercraft/sparreal-os/compare/rdif-eth-v0.1.0...rdif-eth-v0.1.1) - 2026-03-11
11+
12+
### Other
13+
14+
- release ([#53](https://github.com/drivercraft/sparreal-os/pull/53))
15+
1016
## [0.1.0](https://github.com/drivercraft/sparreal-os/releases/tag/rdif-eth-v0.1.0) - 2026-03-11
1117

1218
### Other

driver/interface/rdif-eth/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-eth"
99
repository.workspace = true
10-
version = "0.1.0"
10+
version = "0.1.1"
1111

1212
[dependencies]
1313
dma-api = { workspace = true }

test-suit/net/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0](https://github.com/drivercraft/sparreal-os/releases/tag/bare-test-net-v0.1.0) - 2026-03-11
11+
12+
### Other
13+
14+
- 移除 Cargo.toml 中的 publish 字段 ([#54](https://github.com/drivercraft/sparreal-os/pull/54))
15+
- ✨ feat: 添加 rdif-net 驱动接口和 e1000 驱动 ([#52](https://github.com/drivercraft/sparreal-os/pull/52))

0 commit comments

Comments
 (0)