From ee3c263c7b0e1960cf7f88099d4be39f5744bfb4 Mon Sep 17 00:00:00 2001 From: Steve Winslow Date: Sun, 27 Mar 2022 12:15:39 -0400 Subject: [PATCH] Update release notes for 0.3.0-rc1 Signed-off-by: Steve Winslow --- RELEASE-NOTES.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index be167562..70561193 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -2,6 +2,31 @@ SPDX-License-Identifier: CC-BY-4.0 # Release Notes for spdx/tools-golang +## 0.3.0 (UPCOMING) + +0.3.0-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 + +### Bug fixes +* tvsaver: Fix incorrect tag for Snippet IDs: #95 +* GitHub Actions: Fix incorrect branch for code coverage: #112 +* builder: Fix file paths to be relative rather than absolute: #114 +* builder: Add missing mandatory field LicenseInfoInFile: #119 + +### Documentation and Cleanup +* 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 + +### Contributors +* @CatalinStratu +* @specter25 +* @swinslow + ## 0.2.0 Released on: 2021-07-04