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

Commit

Permalink
crate: prepare to release version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
luojia65 committed Apr 4, 2023
1 parent e0d8447 commit 62c8b37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

### Added

- `Physical` shared memory physical address range with type annotation in Chapter 3
- Support to RISC-V SBI System Suspend extension
- Support to CPPC extension

### Modified

### Fixed

## [0.0.6] - 2023-04-04

### Added

- `Physical` shared memory physical address range with type annotation in Chapter 3
- Support to RISC-V SBI System Suspend extension
- Support to CPPC extension

## [0.0.5] - 2023-02-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sbi-spec"
description = "Definitions and constants in RISC-V Supervisor Binary Interface (RISC-V SBI)"
version = "0.0.5"
version = "0.0.6"
authors = ["YdrMaster <[email protected]>", "Luo Jia <[email protected]>"]
repository = "https://github.com/rustsbi/sbi-spec"
documentation = "https://docs.rs/sbi-spec"
Expand Down

0 comments on commit 62c8b37

Please sign in to comment.