aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteve Winslow <steve@swinslow.net>2022-03-27 11:57:17 -0400
committerGitHub <noreply@github.com>2022-03-27 11:57:17 -0400
commit57f9fcd788bdf6bc0c0fc5e3f49abc553299a45c (patch)
tree868d2827b54d2e6de2e8371b6b99c68693a48bb4 /README.md
parent6ce7cd028e5280d3d27915498320efb98dc7c658 (diff)
downloadspdx-tools-57f9fcd788bdf6bc0c0fc5e3f49abc553299a45c.tar.gz
Update readme for 0.3.0-rc1
Signed-off-by: Steve Winslow <steve@swinslow.net>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 719ce5e..f0c39bd 100644
--- a/README.md
+++ b/README.md
@@ -7,13 +7,13 @@
# SPDX tools-golang
tools-golang is a collection of Go packages intended to make it easier for
-Go programs to work with [SPDX®](https://spdx.org/) files.
+Go programs to work with [SPDX®](https://spdx.dev/) files.
## Recent news
-2021-07-04: **v0.2.0**: added support for parsing SPDX JSON files as well as
+2022-03-27: **v0.3.0-rc1**: added support for saving SPDX JSON files as well as
other improvements and bugfixes. See [RELEASE-NOTES.md](./RELEASE-NOTES.md)
-for full details.
+for full details (to be updated for v0.3.0 prior to final release).
## What it does