From e28f5209a0cb51970676a563c7c7579f8244d619 Mon Sep 17 00:00:00 2001 From: Atish Patra <atish.patra@wdc.com> Date: Wed, 7 Jul 2021 12:27:45 -0700 Subject: [PATCH] Update the change log and version for v0.3.0 Signed-off-by: Atish Patra <atish.patra@wdc.com> --- riscv-sbi.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/riscv-sbi.adoc b/riscv-sbi.adoc index cdc0fb0..3ec9486 100644 --- a/riscv-sbi.adoc +++ b/riscv-sbi.adoc @@ -3,7 +3,7 @@ = RISC-V Supervisor Binary Interface Specification :author: RISC-V Platform Specification Task Group :email: tech-unixplatformspec@lists.riscv.org -:revnumber: 0.3-rc1 +:revnumber: 0.3.0 :sectnums: :xrefstyle: short :toc: macro @@ -27,6 +27,10 @@ https://creativecommons.org/licenses/by/4.0/. [preface] == Change Log +=== Version 0.3.0 +* Few typo fixes +* Updated the LICENSE with detailed text instead of a hyperlink + === Version 0.3-rc1 * Improved document styling and naming conventions