From 32229f99919c56ab00d26a06f8467fda187f66f7 Mon Sep 17 00:00:00 2001 From: Brandon Lum Date: Wed, 11 Jan 2023 10:03:05 -0500 Subject: [PATCH] release: Update docs for 0.4.0 release Signed-off-by: Brandon Lum --- README.md | 6 +++--- RELEASE-NOTES.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b9f4e60..bf4b54d3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 8b05a751..7ba18d96 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -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