From 3cf007d59e6e24a2c889cf2a5920c56a735d89a3 Mon Sep 17 00:00:00 2001 From: Steve Winslow Date: Sun, 3 Apr 2022 10:12:50 -0400 Subject: [PATCH] release: Update docs for 0.3.0 release Signed-off-by: Steve Winslow --- README.md | 4 ++-- RELEASE-NOTES.md | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f0c39bda..2ece6d5b 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ Go programs to work with [SPDX®](https://spdx.dev/) files. ## Recent news -2022-03-27: **v0.3.0-rc1**: added support for saving SPDX JSON files as well as +2022-04-03: **v0.3.0**: added support for saving SPDX JSON files as well as other improvements and bugfixes. See [RELEASE-NOTES.md](./RELEASE-NOTES.md) -for full details (to be updated for v0.3.0 prior to final release). +for full details. ## What it does diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 70561193..8b05a751 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -2,13 +2,16 @@ SPDX-License-Identifier: CC-BY-4.0 # Release Notes for spdx/tools-golang -## 0.3.0 (UPCOMING) +## 0.3.0 -0.3.0-rc1 released on: 2022-03-27 +0.3.0 released on: 2022-04-03 + +-rc1 released on: 2022-03-27 ### New Features and Enhancements * Add support for saving SPDX JSON: #92, #94, #97, #98, #104, #106, #113 * Begin OpenSSF Best Practices process and add initial badge: #111 + * also enabled branch protection for main branch ### Bug fixes * tvsaver: Fix incorrect tag for Snippet IDs: #95 @@ -20,7 +23,8 @@ SPDX-License-Identifier: CC-BY-4.0 * Fix link to release notes: #91 * Language fixes for JSON documentation: #108 * Add badges and links for releases and documentation: #109 -* Update readme for 0.3.0-rc1: #121 +* Update documentation for release: #121, #122 +* Fixes for examples and sample run commands: #123, #125, #126, #127 ### Contributors * @CatalinStratu