aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Winslow <steve@swinslow.net>2022-04-03 10:12:50 -0400
committerCatalinStratu <catalinstratu45@gmail.com>2022-05-05 09:38:40 +0300
commitc1d7b0ca4601ec287a997a3b9ad65da0d67b8cd5 (patch)
treeb609939742505edc4f329ce254dc311ae8d9ffa8
parent23235f614845c3297d7c7c78febf3dff6eab5f06 (diff)
downloadspdx-tools-c1d7b0ca4601ec287a997a3b9ad65da0d67b8cd5.tar.gz
release: Update docs for 0.3.0 release
Signed-off-by: Steve Winslow <steve@swinslow.net> Signed-off-by: CatalinStratu <catalinstratu45@gmail.com>
-rw-r--r--README.md4
-rw-r--r--RELEASE-NOTES.md10
2 files changed, 9 insertions, 5 deletions
diff --git a/README.md b/README.md
index f0c39bd..2ece6d5 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 7056119..8b05a75 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