From ec4baee8eeca588c36e281feed96c4985cea15e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 05:24:52 +0000 Subject: [PATCH] chore: release --- drivers/interface/rdif-eth/CHANGELOG.md | 8 ++++++++ memory/buddy-slab-allocator/CHANGELOG.md | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/drivers/interface/rdif-eth/CHANGELOG.md b/drivers/interface/rdif-eth/CHANGELOG.md index 992ed64e4c..c7f45b8bc4 100644 --- a/drivers/interface/rdif-eth/CHANGELOG.md +++ b/drivers/interface/rdif-eth/CHANGELOG.md @@ -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)) diff --git a/memory/buddy-slab-allocator/CHANGELOG.md b/memory/buddy-slab-allocator/CHANGELOG.md index 5c48d58d6b..f0a7133724 100644 --- a/memory/buddy-slab-allocator/CHANGELOG.md +++ b/memory/buddy-slab-allocator/CHANGELOG.md @@ -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