Skip to content

Commit 996588d

Browse files
authored
feat: unified the upgrade of component version numbers (#82)
* Bump versions for multiple packages to 0.2.0 and update dependencies - Updated version numbers for the following packages to 0.2.0: - arceos-helloworld-myplat - arceos-helloworld - arceos-httpclient - arceos-httpserver - arceos-shell - bwbench-client - deptool - arceos-display - arceos-exception - arceos-fs-shell - arceos-memtest - arceos-net-echoserver - arceos-net-httpclient - arceos-net-httpserver - arceos-net-udpserver - arceos-affinity - arceos-irq - arceos-parallel - arceos-priority - arceos-sleep - arceos-tls - arceos-wait-queue - arceos-yield - Updated version numbers for the following packages to 0.3.x: - axconfig-macros - axfs_devfs - axfs_ramfs - axfs_vfs - cap_access - lazyinit - rsext4 - memory_set - ctor_bare - axsched - cpumask - axbuild - axvisor - axplat-x86-qemu-q35 - axplat-riscv64-qemu-virt - Added a script to bump internal package versions and sync dependencies. * feat: update starry-kernel version to 0.4.0 in Cargo.toml * feat: enhance Cargo.toml with additional component paths and update bump script for metadata handling * Add axhal dependency and update ext4fs for improved error handling and timestamp functionality - Added `axhal` as a dependency in `Cargo.toml`. - Refactored error handling in `ext4fs.rs` to use `Ext4Error` instead of `BlockDevError`. - Updated block device methods to use `rsext4::bmalloc::AbsoluteBN` for block IDs. - Implemented `current_time` method in both `Disk` and `Partition` structs to retrieve the current timestamp using `axhal`. * Update dependencies and version numbers across multiple Cargo.toml files - Bump axbuild version from 0.3.0 to 0.4.0 in StarryOS. - Update axstd, axlibc, arceos_api, arceos_posix_api, axfeat, and other dependencies to version 0.5.0 in ArceOS. - Increment example package versions from 0.2.0 to 0.3.0 for helloworld, httpclient, httpserver, shell, and others. - Update axconfig-macros version from 0.3.1 to 0.4.1 in axconfig and axplat-dyn. - Bump axfs_devfs, axfs_ramfs, and axfs_vfs versions to 0.3.2 in axfs. - Update memory_set version from 0.5.1 to 0.6.1 in axmm. - Increment version numbers for various test suites and tools to 0.3.0. - Update axvisor and axplat-x86-qemu-q35 versions to 0.5.0 and 0.4.0 respectively. - Adjust dependencies in bwbench_client and deptool to version 0.3.0. * bump version to 0.5.0 in Cargo.toml for upcoming release * feat: update arceos packages to version 0.3.0 and 0.5.0, add publish workspace script * refactor: remove timer_list dependency from Cargo.toml and update its version in Cargo.lock * fix: timer_list version * feat: add timer_list dependency with version 0.3.0 in Cargo.toml
1 parent 71388b5 commit 996588d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "handler_table"
3-
version = "0.1.2"
3+
version = "0.3.2"
44
edition = "2021"
55
authors = ["Yuekai Jia <equation618@gmail.com>"]
66
description = "A lock-free table of event handlers"

0 commit comments

Comments
 (0)