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

Commit b836c7c

Browse files
committed
crate: prepare version 0.0.3
1 parent 764cfe2 commit b836c7c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

99
### Added
1010

11+
### Modified
12+
13+
### Removed
14+
15+
## [0.0.3] - 2022-10-06
16+
17+
### Added
18+
1119
- deps: static_assertions
1220
check implementations during compilation, and provide an item list for developers
1321
- denied: warnings and unsafe code
@@ -41,6 +49,7 @@ This is the first release of sbi-spec crate. This crate includes definition of R
4149

4250
- Adapt to SBI specification version 1.0.0 ratified
4351

44-
[Unreleased]: https://github.com/rustsbi/sbi-spec/compare/v0.0.2...HEAD
52+
[Unreleased]: https://github.com/rustsbi/sbi-spec/compare/v0.0.3...HEAD
53+
[0.0.3]: https://github.com/rustsbi/sbi-spec/compare/v0.0.2...v0.0.3
4554
[0.0.2]: https://github.com/rustsbi/sbi-spec/compare/v0.0.1...v0.0.2
4655
[0.0.1]: https://github.com/rustsbi/sbi-spec/releases/tag/v0.0.1

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.2"
4+
version = "0.0.3"
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)