Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release notes for 0.3.0-rc1 #122

Merged
merged 1 commit into from Mar 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
25 changes: 25 additions & 0 deletions RELEASE-NOTES.md
Expand Up @@ -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
Expand Down