aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Lum <lumjjb@gmail.com>2023-01-12 13:39:35 -0500
committerGitHub <noreply@github.com>2023-01-12 13:39:35 -0500
commit843bc985256a3a3ae317bc5b11b9fbdc8b6aadd7 (patch)
tree82ec5cdd38562c8b0a1f89af874b1d7bf3bf65a2
parent7f2c5bdb3d71bf3b88b3e106665ef50736ef0104 (diff)
parent32229f99919c56ab00d26a06f8467fda187f66f7 (diff)
downloadspdx-tools-843bc985256a3a3ae317bc5b11b9fbdc8b6aadd7.tar.gz
Merge pull request #179 from lumjjb/release040
release: Update docs for 0.4.0 release
-rw-r--r--README.md6
-rw-r--r--RELEASE-NOTES.md30
2 files changed, 33 insertions, 3 deletions
diff --git a/README.md b/README.md
index 27b752a..ce1642a 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 8b05a75..7ba18d9 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