Commit 060032c
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 755947e commit 060032c
2 files changed
Lines changed: 34 additions & 34 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
| 87 | + | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
| 127 | + | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments