File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.8.0rc1 (2023-06-30)
4
+
5
+ ### New features and changes
6
+
7
+ * major refactoring of the library
8
+ * new and improved data model
9
+ * type hints and type checks have been added to the model classes
10
+ * license expressions and SPDX license list are now handled by the ` license-expression ` package
11
+ * to update your existing code, refer to the [ migration guide] ( https://github.com/spdx/tools-python/wiki/How-to-migrate-from-0.7-to-0.8 )
12
+ * experimental support for the upcoming SPDX v3 specification (note, however, that support is neither complete nor
13
+ stable at this point, as the spec is still evolving)
14
+ * full validation of SPDX documents against the v2.2 and v2.3 specification
15
+ * support for SPDX's RDF format with all v2.3 features
16
+ * unified ` pysdpxtools ` CLI tool replaces separate ` pyspdxtools_parser ` and ` pyspdxtools_convertor `
17
+
18
+ ### Contributors
19
+
20
+ This release was made possible by the following contributors. Thank you very much!
21
+
22
+ * Armin Tänzer @armintaenzertng
23
+ * Gary O'Neall @goneall
24
+ * Gaurav Mishra @GMishx
25
+ * HarshvMahawar @HarshvMahawar
26
+ * Holger Frydrych @fholger
27
+ * Jeff Licquia @licquia
28
+ * Kate Stewart @kestewart
29
+ * Maximilian Huber @maxhbr
30
+ * Meret Behrens @meretp
31
+ * Nicolaus Weidner @nicoweidner
32
+ * William Armiros @willarmiros
33
+
34
+
3
35
## v0.7.1 (2023-03-14)
4
36
5
37
### New features and changes
You can’t perform that action at this time.
0 commit comments