Skip to content

Commit b6138cb

Browse files
authored
chore: release (#51)
1 parent 7de9e95 commit b6138cb

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

loader/pie-boot-loader-aarch64/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.2](https://github.com/rcore-os/somehal/compare/pie-boot-loader-aarch64-v0.3.1...pie-boot-loader-aarch64-v0.3.2) - 2025-09-22
11+
12+
### Added
13+
14+
- 添加 spin 依赖并实现共享数据的互斥锁管理 ([#50](https://github.com/rcore-os/somehal/pull/50))
15+
1016
## [0.3.1](https://github.com/rcore-os/somehal/compare/pie-boot-loader-aarch64-v0.3.0...pie-boot-loader-aarch64-v0.3.1) - 2025-09-19
1117

1218
### Other

loader/pie-boot-loader-aarch64/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords.workspace = true
1010
license.workspace = true
1111
name = "pie-boot-loader-aarch64"
1212
repository.workspace = true
13-
version = "0.3.1"
13+
version = "0.3.2"
1414

1515
[dependencies]
1616
aarch64-cpu = "10.0"

somehal/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.2](https://github.com/rcore-os/somehal/compare/somehal-v0.4.1...somehal-v0.4.2) - 2025-09-22
11+
12+
### Added
13+
14+
- 添加 spin 依赖并实现共享数据的互斥锁管理 ([#50](https://github.com/rcore-os/somehal/pull/50))
15+
1016
## [0.4.1](https://github.com/rcore-os/somehal/compare/somehal-v0.3.12...somehal-v0.4.1) - 2025-09-11
1117

1218
### Fixed

somehal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords.workspace = true
77
license.workspace = true
88
name = "somehal"
99
repository.workspace = true
10-
version = "0.4.1"
10+
version = "0.4.2"
1111

1212
[features]
1313
hv = ["kdef-pgtable/space-low"]

0 commit comments

Comments
 (0)