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

release: Update docs for 0.4.0 release #179

Merged
merged 1 commit into from
Jan 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Go programs to work with [SPDX®](https://spdx.dev/) files.

## Recent news

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.
2022-01-11: **v0.4.0**: added support for SPDX v2.3 and YAML, as well as other
improvements and bugfixes. See [RELEASE-NOTES.md](./RELEASE-NOTES.md) for full
details.

## What it does

Expand Down
30 changes: 30 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@ SPDX-License-Identifier: CC-BY-4.0

# Release Notes for spdx/tools-golang

## 0.4.0

0.4.0 released on 2022-01-11

### New Features and Enhancements
* SPDX v2.3 support #164
* YAML support #134
* Add reference types enumerables to SPDX pkg definition #162 #163
* Expand hash algorithm support to include all valid SPDX 2.2 and 2.3 algorithms #173

### Bug fixes
* JSON encoding and decoding not properly handling SPDXRef- prefixes #170

### Documentation and Cleanup
* Overhaul structs, refactor JSON parser and saver #133
* YAML documentation and JSON documentation fixes #141
* Convert SPDX structs to versioned pkgs #146
* Ensure consistency between JSON struct tags across different SPDX versions #174
* Add Security.md for handling of security issues #154
* Update build workflow to go 1.18 #148

### Contributors
* @ianling
* @CatalinStratu
* @lumjjb
* @pxp928
* @kzantow
* @puerco
* @jedevc

## 0.3.0

0.3.0 released on: 2022-04-03
Expand Down