Skip to content

Commit e91b31e

Browse files
authored
chore: release (#21)
1 parent 1386946 commit e91b31e

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.14](https://github.com/rcore-os/pie-boot/compare/pie-boot-loader-aarch64-v0.1.13...pie-boot-loader-aarch64-v0.1.14) - 2025-06-20
11+
12+
### Added
13+
14+
- enhance Pte creation with cache handling and add NoCache variant to CacheKind
15+
16+
### Fixed
17+
18+
- change PTE cache kind to NoCache in new_boot_table function
19+
1020
## [0.1.13](https://github.com/rcore-os/pie-boot/compare/pie-boot-loader-aarch64-v0.1.12...pie-boot-loader-aarch64-v0.1.13) - 2025-06-20
1121

1222
### Added

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.1.13"
13+
version = "0.1.14"
1414

1515
[features]
1616
console = ["dep:any-uart"]

pie-boot/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.2.5](https://github.com/rcore-os/pie-boot/compare/pie-boot-v0.2.4...pie-boot-v0.2.5) - 2025-06-20
11+
12+
### Other
13+
14+
- updated the following local packages: pie-boot-loader-aarch64
15+
1016
## [0.2.4](https://github.com/rcore-os/pie-boot/compare/pie-boot-v0.2.3...pie-boot-v0.2.4) - 2025-06-20
1117

1218
### Other

pie-boot/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords.workspace = true
77
license.workspace = true
88
name = "pie-boot"
99
repository.workspace = true
10-
version = "0.2.4"
10+
version = "0.2.5"
1111

1212
[features]
1313
hv = []
@@ -21,7 +21,7 @@ pie-boot-macros = {workspace = true}
2121

2222
[target.'cfg(target_arch = "aarch64")'.dependencies]
2323
kasm-aarch64 = {workspace = true}
24-
pie-boot-loader-aarch64 = {path = "../loader/pie-boot-loader-aarch64", version = "0.1.13" }
24+
pie-boot-loader-aarch64 = {path = "../loader/pie-boot-loader-aarch64", version = "0.1.14" }
2525

2626
[build-dependencies]
2727
bindeps-simple = {version = "0.2"}

0 commit comments

Comments
 (0)