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

Commit

Permalink
lib: prepare version 0.0.7-alpha.1
Browse files Browse the repository at this point in the history
Signed-off-by: Zhouqi Jiang <[email protected]>
  • Loading branch information
luojia65 committed Dec 7, 2023
1 parent 0fdbcf1 commit 4258876
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

## [Unreleased]

### Added

### Modified

### Fixed

## [0.0.7] - 2023-12-07

`sbi-spec` crate now supports RISC-V SBI version 2.0-rc7.

### Added
Expand Down Expand Up @@ -96,7 +104,8 @@ This is the first release of sbi-spec crate. This crate includes definition of R

- Adapt to SBI specification version 1.0.0 ratified

[Unreleased]: https://github.com/rustsbi/sbi-spec/compare/v0.0.6...HEAD
[Unreleased]: https://github.com/rustsbi/sbi-spec/compare/v0.0.7...HEAD
[0.0.7]: https://github.com/rustsbi/sbi-spec/compare/v0.0.6...v0.0.7
[0.0.6]: https://github.com/rustsbi/sbi-spec/compare/v0.0.5...v0.0.6
[0.0.5]: https://github.com/rustsbi/sbi-spec/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/rustsbi/sbi-spec/compare/v0.0.3...v0.0.4
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.6"
version = "0.0.7-alpha.1"
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 4258876

Please sign in to comment.