Skip to content

Commit

Permalink
Merge pull request #179 from lumjjb/release040
Browse files Browse the repository at this point in the history
release: Update docs for 0.4.0 release
  • Loading branch information
lumjjb committed Jan 12, 2023
2 parents 7f2c5bd + 32229f9 commit 843bc98
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
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
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

0 comments on commit 843bc98

Please sign in to comment.