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

### Other

- release ([#1461](https://github.com/rcore-os/tgoskits/pull/1461))
- *(irq-framework)* require boxed IRQ callbacks ([#1452](https://github.com/rcore-os/tgoskits/pull/1452))
- *(net)* split IRQ handlers from NIC queues ([#1435](https://github.com/rcore-os/tgoskits/pull/1435))

## [0.3.6](https://github.com/rcore-os/tgoskits/compare/rdif-eth-v0.3.5...rdif-eth-v0.3.6) - 2026-07-02

### Other

- *(irq-framework)* require boxed IRQ callbacks ([#1452](https://github.com/rcore-os/tgoskits/pull/1452))
- *(net)* split IRQ handlers from NIC queues ([#1435](https://github.com/rcore-os/tgoskits/pull/1435))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ 发现重复的 [0.3.6] 章节。新添加的章节包含 release (#1461) 条目,但下方已有相同的版本章节。这是发布自动化工具的已知问题。建议后续优化工具以避免此类重复。

Expand Down
6 changes: 6 additions & 0 deletions memory/buddy-slab-allocator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Other

- release ([#1461](https://github.com/rcore-os/tgoskits/pull/1461))

## [0.4.4](https://github.com/rcore-os/tgoskits/compare/buddy-slab-allocator-v0.4.3...buddy-slab-allocator-v0.4.4) - 2026-07-02

### Other

- updated the following local packages: ax-kspin

## [0.4.3](https://github.com/rcore-os/tgoskits/compare/buddy-slab-allocator-v0.4.2...buddy-slab-allocator-v0.4.3) - 2026-06-27
Expand Down