We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2fe8b commit 4c9e2a6Copy full SHA for 4c9e2a6
1 file changed
CHANGELOG.md
@@ -1,5 +1,28 @@
1
# Changelog
2
3
+## v0.8.4 (2026-01-16)
4
+
5
+### New features and changes
6
7
+* change supported Python versions:
8
+ * add support for Python 3.14
9
+ * dropped support for Python 3.7, 3.8, 3.9 (which all have reached their end-of-life)
10
+* fixes
11
+ * download location URIs are not case sensitive anymore
12
+ * removed some control characters from JSON SPDX
13
+ * remove usages of `__file__` to make the project zip-safe
14
+* fixes to `README.md` and `process.md`
15
16
+### Contributors
17
18
+This release was made possible by the following contributors. Thank you very much!
19
20
+* @zbleness
21
+* @clabbenius
22
+* Oliver Benjamin @oli-ben
23
+* Arthit Suriyawongkul @bact
24
+* Armin Tänzer @armintaenzertng
25
26
## v0.8.3 (2024-09-27)
27
28
### New features and changes
0 commit comments