aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.md
diff options
context:
space:
mode:
authorSteve Winslow <steve@swinslow.net>2021-07-04 12:40:03 -0400
committerSteve Winslow <steve@swinslow.net>2021-07-04 12:40:03 -0400
commit043e522fc8aa73efd6ccdca511998d4ba57024c9 (patch)
treeaebd6edfe1b3d6e8259fe5ac814172d26f72340e /RELEASE-NOTES.md
parentdedb0ab0c00ad6bd340898de92ea2b83576c1bd0 (diff)
downloadspdx-tools-043e522fc8aa73efd6ccdca511998d4ba57024c9.tar.gz
Add release notes for 0.2.0
Signed-off-by: Steve Winslow <steve@swinslow.net>
Diffstat (limited to 'RELEASE-NOTES.md')
-rw-r--r--RELEASE-NOTES.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
new file mode 100644
index 0000000..696008f
--- /dev/null
+++ b/RELEASE-NOTES.md
@@ -0,0 +1,32 @@
+SPDX-License-Identifier: CC-BY-4.0
+
+# Release Notes for spdx/tools-golang
+
+## 0.2.0
+
+Released on: 2021-07-04
+
+### New Features and Enhancements
+* Add support for parsing SPDX JSON: #72, #75, #83, #84, #87
+ * bug fixes in interim versions: #77, #78, #79, #80, #81, #82
+* Improve handling of multiple hash checksum types: #41, #49, #60
+* Enable filtering relationships by various relationship types: #71, #74
+* Improve package license visibility: #65, #66
+* Rename primary branch to 'main': #69
+* Add release notes and push release: #85, #90
+
+### Bug fixes
+* Fix multiline (`<text>`) wrapping for various fields: #31, #53, #58, #89, #76
+* Fix special SPDX IDs in right-hand side of Relationships: #59, #63, #68
+* Throw error when parsing tag-value elements without SPDX IDs: #26, #64
+* Fix missing colon in 'excludes' for Package Verification Code when saving tag-value documents: #86, #88
+* Fix incorrect license statement: #70
+
+### Contributors
+* @autarch
+* @bisakhmondal
+* @ianling
+* @matthewkmayer
+* @RishabhBhatnagar
+* @specter25
+* @swinslow