File tree 1 file changed +30
-0
lines changed
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.7.1 (2023-03-14)
4
+
5
+ ### New features and changes
6
+
7
+ * added GitHub Actions workflow
8
+ * added requirements.txt
9
+ * added uritools for URI validation
10
+ * Python >= 3.7 is now required
11
+ * json/yaml/xml: added support for empty arrays for hasFiles and licenseInfoFromFiles
12
+ * rdf: fixed writing of multiple packages
13
+ * tag-value: enhanced parsing of snippet ranges to not mix it up with package version
14
+ * tag-value: fixed parsing of whitespaces
15
+ * tag-value: duplicates in LicenseInfoInFile are now removed during writing
16
+ * account for supplier and originator to be NOASSERTION
17
+ * checksum validation now requires lowercase values
18
+ * during writing of a file, the encoding can be set (default is utf-8)
19
+ * license list updated to version 3.20
20
+
21
+ ### Contributors
22
+
23
+ This release was made possible by the following contributors. Thank you very much!
24
+
25
+ * Christian Decker @chrisdecker1201
26
+ * Marc-Etienne Vargenau @vargenau
27
+ * John Vandenberg @jayvdb
28
+ * Nicolaus Weidner @nicoweidner
29
+ * Meret Behrens @meretp
30
+ * Armin Tänzer @armintaenzertng
31
+ * Maximilian Huber @maxhbr
32
+
3
33
4
34
## v0.7.0 (2022-12-08)
5
35
You can’t perform that action at this time.
0 commit comments