File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.8.3 (2024-09-27)
4
+
5
+ ### New features and changes
6
+
7
+ * tag-value parser:
8
+ * fixed license expression error handling
9
+ * fixed parsing Tool or Organization as annotator
10
+ * allow "NONE" and "NOASSERTION" as strings for fields requiring text
11
+ * CLI tool:
12
+ * shortened the output of the FileNotFoundError
13
+ * now catches decoding errors while parsing
14
+ * fixed tag-value output when the ID of a related SPDX element is "NONE" or "NOASSERTION"
15
+ * spdx3:
16
+ * added REQUIREMENT type to software_purpose
17
+ * unindent creation information in element_writer
18
+ * internal:
19
+ * replaced remaining occurrences of Licensing() with spdx_licensing
20
+ * fixed CI not working for Python 3.7 on latest MacOS
21
+
22
+ ### Contributors
23
+
24
+ This release was made possible by the following contributors. Thank you very much!
25
+
26
+ * Stanislav Pankevich @stanislaw
27
+ * Meret Behrens @meretp
28
+ * Maximilian Huber @maxhbr
29
+ * Armin Tänzer @armintaenzertng
30
+
3
31
## v0.8.2 (2023-10-12)
4
32
5
33
### New features and changes
You can’t perform that action at this time.
0 commit comments