Skip to content

Commit 4c9e2a6

Browse files
add changelog for upcoming release 0.8.4
Signed-off-by: Armin Tänzer <[email protected]>
1 parent ae2fe8b commit 4c9e2a6

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

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+
326
## v0.8.3 (2024-09-27)
427

528
### New features and changes

0 commit comments

Comments
 (0)