From 62c8b3717fa1f9d0bc0bd9d83aba6a4d9bdf1cc1 Mon Sep 17 00:00:00 2001 From: luojia65 Date: Tue, 4 Apr 2023 11:19:01 +0800 Subject: [PATCH] crate: prepare to release version 0.0.6 --- CHANGELOG.md | 12 ++++++++---- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf52862..a45d566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 1ee6027..bed5bbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 ", "Luo Jia "] repository = "https://github.com/rustsbi/sbi-spec" documentation = "https://docs.rs/sbi-spec"