Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit 62c8b37

Browse files
committed
crate: prepare to release version 0.0.6
1 parent e0d8447 commit 62c8b37

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

Diff for: CHANGELOG.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
88

99
### Added
1010

11-
- `Physical` shared memory physical address range with type annotation in Chapter 3
12-
- Support to RISC-V SBI System Suspend extension
13-
- Support to CPPC extension
14-
1511
### Modified
1612

1713
### Fixed
1814

15+
## [0.0.6] - 2023-04-04
16+
17+
### Added
18+
19+
- `Physical` shared memory physical address range with type annotation in Chapter 3
20+
- Support to RISC-V SBI System Suspend extension
21+
- Support to CPPC extension
22+
1923
## [0.0.5] - 2023-02-16
2024

2125
### Added

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sbi-spec"
33
description = "Definitions and constants in RISC-V Supervisor Binary Interface (RISC-V SBI)"
4-
version = "0.0.5"
4+
version = "0.0.6"
55
authors = ["YdrMaster <[email protected]>", "Luo Jia <[email protected]>"]
66
repository = "https://github.com/rustsbi/sbi-spec"
77
documentation = "https://docs.rs/sbi-spec"

0 commit comments

Comments
 (0)