Skip to content

Commit ab291a2

Browse files
chore: release (#66)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8a53197 commit ab291a2

9 files changed

Lines changed: 32 additions & 8 deletions

File tree

Cargo.lock

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

crates/ranges-ext/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.6.2](https://github.com/drivercraft/sparreal-os/compare/ranges-ext-v0.6.1...ranges-ext-v0.6.2) - 2026-04-02
11+
12+
### Added
13+
14+
- merge overlapping reserved memory regions from FDT ([#70](https://github.com/drivercraft/sparreal-os/pull/70))
15+
1016
## [0.6.1](https://github.com/drivercraft/sparreal-os/compare/ranges-ext-v0.6.0...ranges-ext-v0.6.1) - 2026-02-13
1117

1218
### Other

crates/ranges-ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ranges-ext"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
authors.workspace = true
55
categories.workspace = true
66
description.workspace = true

crates/someboot/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.1.12](https://github.com/drivercraft/sparreal-os/compare/someboot-v0.1.11...someboot-v0.1.12) - 2026-04-02
11+
12+
### Other
13+
14+
- ✨ feat: 添加 RISC-V64 架构支持 ([#65](https://github.com/drivercraft/sparreal-os/pull/65))
15+
1016
## [0.1.11](https://github.com/drivercraft/sparreal-os/compare/someboot-v0.1.10...someboot-v0.1.11) - 2026-03-19
1117

1218
### Other

crates/someboot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["os"]
77
license = "MPL-2.0"
88
name = "someboot"
99
repository.workspace = true
10-
version = "0.1.11"
10+
version = "0.1.12"
1111

1212
[features]
1313
efi = []

crates/sparreal-kernel/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.15.3](https://github.com/drivercraft/sparreal-os/compare/sparreal-kernel-v0.15.2...sparreal-kernel-v0.15.3) - 2026-04-02
11+
12+
### Other
13+
14+
- ✨ feat: 添加 RISC-V64 架构支持 ([#65](https://github.com/drivercraft/sparreal-os/pull/65))
15+
1016
## [0.15.2](https://github.com/drivercraft/sparreal-os/compare/sparreal-kernel-v0.15.1...sparreal-kernel-v0.15.2) - 2026-03-19
1117

1218
### Other

crates/sparreal-kernel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["os"]
77
license = "MPL-2.0"
88
name = "sparreal-kernel"
99
repository.workspace = true
10-
version = "0.15.2"
10+
version = "0.15.3"
1111

1212
[dependencies]
1313
ansi_rgb = "0.2"

platform/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.6.6](https://github.com/drivercraft/sparreal-os/compare/somehal-v0.6.5...somehal-v0.6.6) - 2026-04-02
11+
12+
### Other
13+
14+
- ✨ feat: 添加 RISC-V64 架构支持 ([#65](https://github.com/drivercraft/sparreal-os/pull/65))
15+
1016
## [0.6.5](https://github.com/drivercraft/sparreal-os/compare/somehal-v0.6.4...somehal-v0.6.5) - 2026-03-19
1117

1218
### Other

platform/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.6.5"
10+
version = "0.6.6"
1111

1212
[features]
1313
efi = ["someboot/efi"]

0 commit comments

Comments
 (0)