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
92 changes: 46 additions & 46 deletions Cargo.lock

Large diffs are not rendered by default.

90 changes: 45 additions & 45 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,11 @@ arceos-sleep = { version = "0.3.1", path = "test-suit/arceos/rust/task/sleep" }
arceos-tls = { version = "0.3.1", path = "test-suit/arceos/rust/task/tls" }
arceos-wait-queue = { version = "0.3.1", path = "test-suit/arceos/rust/task/wait_queue" }
arceos-yield = { version = "0.3.1", path = "test-suit/arceos/rust/task/yield" }
arm_vcpu = { version = "0.5.10", path = "virtualization/arm_vcpu" }
arm_vgic = { version = "0.4.11", path = "virtualization/arm_vgic" }
arm_vcpu = { version = "0.5.11", path = "virtualization/arm_vcpu" }
arm_vgic = { version = "0.4.12", path = "virtualization/arm_vgic" }
ax-alloc = { version = "0.8.0", path = "os/arceos/modules/axalloc", default-features = false }
ax-allocator = { version = "0.5.3", path = "memory/axallocator" }
ax-api = { version = "0.5.17", path = "os/arceos/api/arceos_api" }
ax-api = { version = "0.5.18", path = "os/arceos/api/arceos_api" }
ax-arm-pl031 = { version = "0.4.7", path = "drivers/rtc/arm_pl031" }
ax-cap-access = { version = "0.3.5", path = "components/cap_access" }
ax-config = { version = "0.5.11", path = "os/arceos/modules/axconfig" }
Expand All @@ -177,76 +177,76 @@ ax-crate-interface = { version = "0.5.7", path = "components/crate_interface" }
ax-crate-interface-lite = { version = "0.3.5", path = "components/crate_interface/crate_interface_lite" }
ax-ctor-bare = { version = "0.4.8", path = "components/ctor_bare/ctor_bare" }
ax-ctor-bare-macros = { version = "0.4.8", path = "components/ctor_bare/ctor_bare_macros" }
ax-display = { version = "0.5.15", path = "os/arceos/modules/axdisplay" }
ax-dma = { version = "0.6.0", path = "os/arceos/modules/axdma" }
ax-driver = { version = "0.6.1", path = "drivers/ax-driver" }
ax-display = { version = "0.5.16", path = "os/arceos/modules/axdisplay" }
ax-dma = { version = "0.6.1", path = "os/arceos/modules/axdma" }
ax-driver = { version = "0.6.2", path = "drivers/ax-driver" }
virtio-drivers = { version = "0.13.0", default-features = false }
ax-errno = { version = "0.6.0", path = "components/axerrno" }
ax-feat = { version = "0.5.17", path = "os/arceos/api/axfeat" }
ax-fs = { version = "0.5.15", path = "os/arceos/modules/axfs" }
ax-feat = { version = "0.5.18", path = "os/arceos/api/axfeat" }
ax-fs = { version = "0.5.16", path = "os/arceos/modules/axfs" }
ax-fs-devfs = { version = "0.3.12", path = "components/axfs_crates/axfs_devfs" }
ax-fs-ng = { version = "0.5.16", path = "os/arceos/modules/axfs-ng" }
ax-fs-ng = { version = "0.5.17", path = "os/arceos/modules/axfs-ng" }
ax-fs-ramfs = { version = "0.3.13", path = "components/axfs_crates/axfs_ramfs" }
ax-fs-vfs = { version = "0.3.11", path = "components/axfs_crates/axfs_vfs" }
ax-hal = { version = "0.5.16", path = "os/arceos/modules/axhal" }
ax-hal = { version = "0.5.17", path = "os/arceos/modules/axhal" }
ax-handler-table = { version = "0.3.7", path = "components/handler_table" }
irq-framework = { version = "0.1.0", path = "components/irq-framework" }
ax-helloworld = { version = "0.3.1", path = "os/arceos/examples/helloworld" }
ax-helloworld-myplat = { version = "0.3.1", path = "os/arceos/examples/helloworld-myplat" }
ax-httpclient = { version = "0.3.1", path = "os/arceos/examples/httpclient" }
ax-httpserver = { version = "0.3.1", path = "os/arceos/examples/httpserver" }
ax-input = { version = "0.5.15", path = "os/arceos/modules/axinput" }
ax-input = { version = "0.5.16", path = "os/arceos/modules/axinput" }
ax-int-ratio = { version = "0.3.7", path = "components/int_ratio" }
ax-io = { version = "0.5.7", path = "components/axio" }
ax-ipi = { version = "0.5.15", path = "os/arceos/modules/axipi" }
ax-ipi = { version = "0.5.16", path = "os/arceos/modules/axipi" }
ax-kernel-guard = { version = "0.3.10", path = "components/kernel_guard" }
ax-lockdep = { version = "0.1.2", path = "components/lockdep" }
ax-kspin = { version = "0.3.10", path = "components/kspin" }
ax-lazyinit = { version = "0.4.8", path = "components/ax-lazyinit" }
ax-libc = { version = "0.5.16", path = "os/arceos/ulib/axlibc" }
ax-libc = { version = "0.5.17", path = "os/arceos/ulib/axlibc" }
ax-linked-list-r4l = { version = "0.5.5", path = "components/linked_list_r4l" }
ax-log = { version = "0.5.13", path = "os/arceos/modules/axlog" }
ax-memory-addr = { version = "0.6.9", path = "memory/memory_addr" }
ax-memory-set = { version = "0.6.10", path = "memory/memory_set" }
axpanic = { version = "0.1.0", path = "components/axpanic" }
ax-mm = { version = "0.5.16", path = "os/arceos/modules/axmm" }
ax-net = { version = "0.5.15", path = "os/arceos/modules/axnet" }
ax-net-ng = { version = "0.7.0", path = "os/arceos/modules/axnet-ng" }
ax-mm = { version = "0.5.17", path = "os/arceos/modules/axmm" }
ax-net = { version = "0.5.16", path = "os/arceos/modules/axnet" }
ax-net-ng = { version = "0.7.1", path = "os/arceos/modules/axnet-ng" }
ax-page-table-entry = { version = "0.8.10", path = "memory/page_table_entry" }
ax-page-table-multiarch = { version = "0.8.11", path = "memory/page_table_multiarch" }
ax-percpu = { version = "0.4.12", path = "components/percpu/percpu" }
ax-percpu-macros = { version = "0.4.10", path = "components/percpu/percpu_macros" }
ax-plat = { version = "0.6.0", path = "platforms/ax-plat" }
ax-plat-loongarch64-qemu-virt = { version = "0.5.11", path = "platforms/ax-plat-loongarch64-qemu-virt", default-features = false }
ax-plat-loongarch64-qemu-virt = { version = "0.5.12", path = "platforms/ax-plat-loongarch64-qemu-virt", default-features = false }
ax-plat-macros = { version = "0.3.7", path = "platforms/ax-plat-macros" }
ax-plat-riscv64-sg2002 = { version = "0.4.0", path = "platforms/ax-plat-riscv64-sg2002" }
ax-plat-x86-pc = { version = "0.5.11", path = "platforms/ax-plat-x86-pc" }
ax-posix-api = { version = "0.5.17", path = "os/arceos/api/arceos_posix_api" }
ax-plat-riscv64-sg2002 = { version = "0.4.1", path = "platforms/ax-plat-riscv64-sg2002" }
ax-plat-x86-pc = { version = "0.5.12", path = "platforms/ax-plat-x86-pc" }
ax-posix-api = { version = "0.5.18", path = "os/arceos/api/arceos_posix_api" }
ax-riscv-plic = { version = "0.4.7", path = "drivers/intc/riscv_plic" }
ax-runtime = { version = "0.6.0", path = "os/arceos/modules/axruntime" }
ax-runtime = { version = "0.6.1", path = "os/arceos/modules/axruntime" }
ax-sched = { version = "0.5.6", path = "components/axsched" }
ax-shell = { version = "0.3.1", path = "os/arceos/examples/shell" }
ax-std = { version = "0.5.16", path = "os/arceos/ulib/axstd" }
ax-sync = { version = "0.5.16", path = "os/arceos/modules/axsync" }
ax-task = { version = "0.5.17", path = "os/arceos/modules/axtask" }
ax-std = { version = "0.5.17", path = "os/arceos/ulib/axstd" }
ax-sync = { version = "0.5.17", path = "os/arceos/modules/axsync" }
ax-task = { version = "0.5.18", path = "os/arceos/modules/axtask" }
ax-timer-list = { version = "0.3.5", path = "components/timer_list" }
axaddrspace = { version = "0.5.12", path = "virtualization/axaddrspace" }
axaddrspace = { version = "0.5.13", path = "virtualization/axaddrspace" }
axbacktrace = { version = "0.4.1", path = "components/axbacktrace" }
axbuild = { version = "0.4.9", path = "scripts/axbuild" }
axdevice = { version = "0.4.11", path = "virtualization/axdevice" }
axdevice_base = { version = "0.4.13", path = "virtualization/axdevice_base" }
axfs-ng-vfs = { version = "0.4.3", path = "components/axfs-ng-vfs" }
axbuild = { version = "0.4.10", path = "scripts/axbuild" }
axdevice = { version = "0.4.12", path = "virtualization/axdevice" }
axdevice_base = { version = "0.4.14", path = "virtualization/axdevice_base" }
axfs-ng-vfs = { version = "0.5.0", path = "components/axfs-ng-vfs" }
axhvc = { version = "0.4.9", path = "virtualization/axhvc" }
axklib = { version = "0.6.0", path = "components/axklib" }
axplat-dyn = { version = "0.7.0", path = "platforms/axplat-dyn", default-features = false }
axplat-dyn = { version = "0.7.1", path = "platforms/axplat-dyn", default-features = false }
ax-plat-riscv64-visionfive2 = { version = "0.1.5", path = "platforms/ax-plat-riscv64-visionfive2" }
ax-plat-x86-qemu-q35 = { version = "0.4.9", path = "platforms/ax-plat-x86-qemu-q35", default-features = false }
ax-plat-x86-qemu-q35 = { version = "0.4.10", path = "platforms/ax-plat-x86-qemu-q35", default-features = false }
axpoll = { version = "0.3.10", path = "components/axpoll" }
axvcpu = { version = "0.6.0", path = "virtualization/axvcpu" }
axvisor = { version = "0.5.9", path = "os/axvisor" }
axvm = { version = "0.5.11", path = "virtualization/axvm", default-features = false }
axvm-types = { version = "0.5.11", path = "virtualization/axvm-types" }
axvmconfig = { version = "0.6.0", path = "virtualization/axvmconfig", default-features = false }
axvcpu = { version = "0.6.1", path = "virtualization/axvcpu" }
axvisor = { version = "0.5.10", path = "os/axvisor" }
axvm = { version = "0.5.12", path = "virtualization/axvm", default-features = false }
axvm-types = { version = "0.5.12", path = "virtualization/axvm-types" }
axvmconfig = { version = "0.7.0", path = "virtualization/axvmconfig", default-features = false }
bitmap-allocator = { version = "0.4.6", path = "memory/bitmap-allocator" }
bwbench-client = { version = "0.3.1", path = "os/arceos/tools/bwbench_client" }
define-simple-traits = { version = "0.3.4", path = "components/crate_interface/test_crates/define-simple-traits" }
Expand All @@ -259,11 +259,11 @@ impl-weak-traits = { version = "0.3.4", path = "components/crate_interface/test_
arm-gic-driver = { version = "0.17.2", path = "drivers/intc/arm-gic-driver" }
enumerate = { version = "0.1.1", path = "drivers/examples/enumerate" }
eth-intel = { version = "0.1.3", path = "drivers/net/eth-intel" }
loongarch_vcpu = { version = "0.5.4", path = "virtualization/loongarch_vcpu" }
loongarch_vcpu = { version = "0.5.5", path = "virtualization/loongarch_vcpu" }
mingo = { version = "0.8.3", path = "os/arceos/tools/raspi4/chainloader" }
riscv-h = { version = "0.4.8", path = "virtualization/riscv-h" }
riscv_vcpu = { version = "0.5.10", path = "virtualization/riscv_vcpu" }
riscv_vplic = { version = "0.4.13", path = "virtualization/riscv_vplic" }
riscv_vcpu = { version = "0.5.11", path = "virtualization/riscv_vcpu" }
riscv_vplic = { version = "0.4.14", path = "virtualization/riscv_vplic" }
nvme-driver = { version = "0.5.0", path = "drivers/blk/nvme-driver" }
pcie = { version = "0.6.2", path = "drivers/pci/pcie" }
ramdisk = { version = "0.1.2", path = "drivers/blk/ramdisk" }
Expand All @@ -288,10 +288,10 @@ k230-kpu = { version = "0.1.0", path = "drivers/npu/k230-kpu" }
realtek-rtl8125 = { version = "0.2.1", path = "drivers/net/realtek-rtl8125" }
rockchip-pm = { version = "0.4.3", path = "drivers/soc/rockchip/rockchip-pm" }
rockchip-soc = { version = "0.3.1", path = "drivers/soc/rockchip/rockchip-soc" }
sg2002-tpu = { version = "0.1.3", path = "drivers/tpu/sg2002-tpu" }
sg2002-tpu = { version = "0.1.4", path = "drivers/tpu/sg2002-tpu" }
rdrive = { version = "0.21.0", path = "drivers/rdrive" }
rdrive-macros = { version = "0.4.2", path = "drivers/rdrive-macros" }
rsext4 = { version = "0.5.0", path = "components/rsext4" }
rsext4 = { version = "0.5.1", path = "components/rsext4" }
scope-local = { version = "0.3.8", path = "components/scope-local" }
crab-usb = { version = "0.9.4", path = "drivers/usb/usb-host" }
crab-uvc = { version = "0.1.1", path = "drivers/usb/usb-device/uvc" }
Expand All @@ -303,17 +303,17 @@ sdhci-host = { version = "0.1.2", path = "drivers/blk/sdhci-host", default-featu
sdmmc-protocol = { version = "0.1.2", path = "drivers/blk/sdmmc-protocol", default-features = false }
smoltcp = { version = "0.13.1", default-features = false }
axnsproxy = { version = "0.1.1", path = "os/StarryOS/axnsproxy" }
starry-kernel = { version = "0.5.13", path = "os/StarryOS/kernel" }
starry-kernel = { version = "0.5.14", path = "os/StarryOS/kernel" }
starry-process = { version = "0.4.8", path = "components/starry-process" }
starry-signal = { version = "0.8.0", path = "components/starry-signal" }
starry-vm = { version = "0.5.9", path = "components/starry-vm" }
starryos = { version = "0.5.13", path = "os/StarryOS/starryos" }
starryos = { version = "0.5.14", path = "os/StarryOS/starryos" }
test-simple = { version = "0.3.4", path = "components/crate_interface/test_crates/test-simple" }
test-weak = { version = "0.3.4", path = "components/crate_interface/test_crates/test-weak" }
test-weak-partial = { version = "0.3.4", path = "components/crate_interface/test_crates/test-weak-partial" }
tg-xtask = { version = "0.5.11", path = "xtask" }
x86_vcpu = { version = "0.5.11", path = "virtualization/x86_vcpu", default-features = false }
x86_vlapic = { version = "0.4.12", path = "virtualization/x86_vlapic" }
x86_vcpu = { version = "0.5.12", path = "virtualization/x86_vcpu", default-features = false }
x86_vlapic = { version = "0.4.13", path = "virtualization/x86_vlapic" }
page-table-generic = { version = "0.7.3", path = "memory/page-table-generic" }
someboot = { version = "0.1.16", path = "components/someboot" }
some-serial = { version = "0.5.0", path = "drivers/serial/some-serial" }
Expand Down
6 changes: 6 additions & 0 deletions components/axfs-ng-vfs/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.5.0](https://github.com/rcore-os/tgoskits/compare/axfs-ng-vfs-v0.4.3...axfs-ng-vfs-v0.5.0) - 2026-06-05

### Added

- *(vfs)* pass uid/gid through creation path to filesystem nodes ([#1097](https://github.com/rcore-os/tgoskits/pull/1097))

## [0.4.3](https://github.com/rcore-os/tgoskits/compare/axfs-ng-vfs-v0.4.2...axfs-ng-vfs-v0.4.3) - 2026-06-03

### Added
Expand Down
2 changes: 1 addition & 1 deletion components/axfs-ng-vfs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axfs-ng-vfs"
version = "0.4.3"
version = "0.5.0"
edition.workspace = true
authors = ["Mivik <mivikq@gmail.com>", "ζœε€‰ζ°΄εΈŒ <asakuramizu111@gmail.com>"]
description = "Virtual filesystem layer for ArceOS"
Expand Down
6 changes: 6 additions & 0 deletions components/rsext4/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.5.1](https://github.com/rcore-os/tgoskits/compare/rsext4-v0.5.0...rsext4-v0.5.1) - 2026-06-05

### Added

- *(vfs)* pass uid/gid through creation path to filesystem nodes ([#1097](https://github.com/rcore-os/tgoskits/pull/1097))

## [0.5.0](https://github.com/rcore-os/tgoskits/compare/rsext4-v0.4.1...rsext4-v0.5.0) - 2026-06-03

### Added
Expand Down
2 changes: 1 addition & 1 deletion components/rsext4/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rsext4"
version = "0.5.0"
version = "0.5.1"
edition.workspace = true
description = "A lightweight ext4 file system."
authors = ["Dirinkbottle <2909128143@qq.com>"]
Expand Down
6 changes: 6 additions & 0 deletions drivers/ax-driver/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.6.2](https://github.com/rcore-os/tgoskits/compare/ax-driver-v0.6.1...ax-driver-v0.6.2) - 2026-06-05

### Other

- *(ax-driver)* remove redundant mmio cfg gate ([#1100](https://github.com/rcore-os/tgoskits/pull/1100))

## [0.6.1](https://github.com/rcore-os/tgoskits/compare/ax-driver-v0.6.0...ax-driver-v0.6.1) - 2026-06-03

### Added
Expand Down
2 changes: 1 addition & 1 deletion drivers/ax-driver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ax-driver"
version = "0.6.1"
version = "0.6.2"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions drivers/tpu/sg2002-tpu/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/rcore-os/tgoskits/compare/sg2002-tpu-v0.1.3...sg2002-tpu-v0.1.4) - 2026-06-05

### Other

- updated the following local packages: ax-dma

## [0.1.3](https://github.com/rcore-os/tgoskits/compare/sg2002-tpu-v0.1.2...sg2002-tpu-v0.1.3) - 2026-06-03

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion drivers/tpu/sg2002-tpu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sg2002-tpu"
version = "0.1.3"
version = "0.1.4"
edition.workspace = true
authors = ["RCore Team <yuchen@tsinghua.edu.cn>"]
license.workspace = true
Expand Down
10 changes: 10 additions & 0 deletions os/StarryOS/kernel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.14](https://github.com/rcore-os/tgoskits/compare/starry-kernel-v0.5.13...starry-kernel-v0.5.14) - 2026-06-05

### Added

- *(vfs)* pass uid/gid through creation path to filesystem nodes ([#1097](https://github.com/rcore-os/tgoskits/pull/1097))

### Fixed

- *(starry,nginx)* multi-worker signal interruption and EPOLLEXCLUSIVE handling ([#1018](https://github.com/rcore-os/tgoskits/pull/1018))

## [0.5.13](https://github.com/rcore-os/tgoskits/compare/starry-kernel-v0.5.12...starry-kernel-v0.5.13) - 2026-06-03

### Added
Expand Down
6 changes: 3 additions & 3 deletions os/StarryOS/kernel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starry-kernel"
version = "0.5.13"
version = "0.5.14"
edition.workspace = true
description = "A Linux-compatible OS kernel built on ArceOS unikernel"
authors = [
Expand Down Expand Up @@ -58,13 +58,13 @@ ax-feat = { workspace = true, features = [
ax-alloc = { workspace = true }
ax-config.workspace = true
ax-display.workspace = true
ax-fs = { version = "0.5.16", path = "../../arceos/modules/axfs-ng", package = "ax-fs-ng" }
ax-fs = { version = "0.5.17", path = "../../arceos/modules/axfs-ng", package = "ax-fs-ng" }
ax-cpu = { workspace = true, features = ["fp-simd"] }
ax-input = { workspace = true, optional = true }
ax-lazyinit.workspace = true
ax-log.workspace = true
ax-mm.workspace = true
axnet = { version = "0.7.0", path = "../../arceos/modules/axnet-ng", package = "ax-net-ng" }
axnet = { version = "0.7.1", path = "../../arceos/modules/axnet-ng", package = "ax-net-ng" }
ax-driver = { workspace = true, optional = true }
axklib = { workspace = true, optional = true }
axplat-dyn = { workspace = true, optional = true }
Expand Down
6 changes: 6 additions & 0 deletions os/StarryOS/starryos/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.5.14](https://github.com/rcore-os/tgoskits/compare/starryos-v0.5.13...starryos-v0.5.14) - 2026-06-05

### Added

- *(starry)* enable self-compilation on riscv64 with 12GB RAM ([#881](https://github.com/rcore-os/tgoskits/pull/881))

## [0.5.13](https://github.com/rcore-os/tgoskits/compare/starryos-v0.5.12...starryos-v0.5.13) - 2026-06-03

### Added
Expand Down
2 changes: 1 addition & 1 deletion os/StarryOS/starryos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition.workspace = true
license.workspace = true
name = "starryos"
repository.workspace = true
version = "0.5.13"
version = "0.5.14"

[features]
default = []
Expand Down
6 changes: 6 additions & 0 deletions os/arceos/api/arceos_api/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.5.18](https://github.com/rcore-os/tgoskits/compare/ax-api-v0.5.17...ax-api-v0.5.18) - 2026-06-05

### Other

- updated the following local packages: ax-hal, ax-ipi, ax-mm, ax-task, ax-sync, ax-display, ax-dma, ax-fs, ax-net, ax-runtime, ax-feat

## [0.5.17](https://github.com/rcore-os/tgoskits/compare/ax-api-v0.5.16...ax-api-v0.5.17) - 2026-06-03

### Added
Expand Down
2 changes: 1 addition & 1 deletion os/arceos/api/arceos_api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ax-api"
version = "0.5.17"
version = "0.5.18"
repository = "https://github.com/rcore-os/tgoskits"
edition.workspace = true
authors = ["Yuekai Jia <equation618@gmail.com>"]
Expand Down
6 changes: 6 additions & 0 deletions os/arceos/api/arceos_posix_api/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.5.18](https://github.com/rcore-os/tgoskits/compare/ax-posix-api-v0.5.17...ax-posix-api-v0.5.18) - 2026-06-05

### Other

- updated the following local packages: ax-hal, ax-task, ax-sync, ax-fs, ax-net, ax-runtime, ax-feat

## [0.5.17](https://github.com/rcore-os/tgoskits/compare/ax-posix-api-v0.5.16...ax-posix-api-v0.5.17) - 2026-06-03

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion os/arceos/api/arceos_posix_api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ax-posix-api"
version = "0.5.17"
version = "0.5.18"
repository = "https://github.com/rcore-os/tgoskits"
edition.workspace = true
authors = [
Expand Down
6 changes: 6 additions & 0 deletions os/arceos/api/axfeat/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.5.18](https://github.com/rcore-os/tgoskits/compare/ax-feat-v0.5.17...ax-feat-v0.5.18) - 2026-06-05

### Other

- updated the following local packages: ax-driver, ax-hal, ax-fs-ng, ax-net-ng, ax-ipi, ax-task, ax-sync, ax-display, ax-fs, ax-input, ax-net, ax-runtime

## [0.5.17](https://github.com/rcore-os/tgoskits/compare/ax-feat-v0.5.16...ax-feat-v0.5.17) - 2026-06-03

### Added
Expand Down
2 changes: 1 addition & 1 deletion os/arceos/api/axfeat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ax-feat"
version = "0.5.17"
version = "0.5.18"
repository = "https://github.com/rcore-os/tgoskits"
edition.workspace = true
authors = ["Yuekai Jia <equation618@gmail.com>"]
Expand Down
Loading