aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.md
diff options
context:
space:
mode:
authorSteve Winslow <steve@swinslow.net>2022-04-03 10:12:50 -0400
committerSteve Winslow <steve@swinslow.net>2022-04-03 10:15:57 -0400
commit3cf007d59e6e24a2c889cf2a5920c56a735d89a3 (patch)
tree226e8fa26c23a79be2660aa7a97581f462629865 /RELEASE-NOTES.md
parentdd98559881cdef3c0758448d953d9f1bee1b9198 (diff)
downloadspdx-tools-3cf007d59e6e24a2c889cf2a5920c56a735d89a3.tar.gz
release: Update docs for 0.3.0 release
Signed-off-by: Steve Winslow <steve@swinslow.net>
Diffstat (limited to 'RELEASE-NOTES.md')
-rw-r--r--RELEASE-NOTES.md10
1 files changed, 7 insertions, 3 deletions
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