aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Winslow <steve@swinslow.net>2022-03-27 11:58:44 -0400
committerGitHub <noreply@github.com>2022-03-27 11:58:44 -0400
commit4ef7beac9b84573ca115fb48fd0178ada2951a12 (patch)
tree868d2827b54d2e6de2e8371b6b99c68693a48bb4
parent6ce7cd028e5280d3d27915498320efb98dc7c658 (diff)
parent57f9fcd788bdf6bc0c0fc5e3f49abc553299a45c (diff)
downloadspdx-tools-4ef7beac9b84573ca115fb48fd0178ada2951a12.tar.gz
Merge pull request #121 from spdx/0.3.0-rc1-readme
Update readme for 0.3.0-rc1
-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