aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteve Winslow <steve@swinslow.net>2021-03-20 15:27:28 -0400
committerSteve Winslow <steve@swinslow.net>2021-03-20 15:27:28 -0400
commitbef9776a1bb49b5212b3481988889bb8593ca6e7 (patch)
treeac6138c2ad97366ef527c9a6add54f36ac951941 /README.md
parenta16d50ee155238df280a68252acc25e9afb7acea (diff)
downloadspdx-tools-bef9776a1bb49b5212b3481988889bb8593ca6e7.tar.gz
Update README for v0.1.0 release
Signed-off-by: Steve Winslow <steve@swinslow.net>
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 20e16f6..ab0ee29 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,11 @@ Go programs to work with [SPDX®](https://spdx.org/) files.
This software is in an early state, and its API may change significantly.
+## Recent news
+
+2021-03-20: **v0.1.0**: initial pre-v1 release tagged, prior to making more
+extensive API changes in some pending PRs.
+
## What it does
tools-golang currently works with files conformant to versions 2.1 and 2.2
@@ -46,7 +51,9 @@ are welcome!
## Requirements
-At present, tools-golang does not require anything outside the Go standard
+tools-golang uses https://github.com/spdx/gordf to manage RDF input and output.
+
+Other than that, tools-golang does not require anything outside the Go standard
library.
## Licenses