Commit af9e7bc
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.toml1 parent c3cab5f commit af9e7bc
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments