Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## v0.8.4 (2026-01-16)

### New features and changes

* change supported Python versions:
* add support for Python 3.14
* dropped support for Python 3.7, 3.8, 3.9 (which all have reached their end-of-life)
* fixes
* download location URIs are not case sensitive anymore
* removed some control characters from JSON SPDX
* remove usages of `__file__` to make the project zip-safe
* fixes to `README.md` and `process.md`

### Contributors

This release was made possible by the following contributors. Thank you very much!

* @zbleness
* @clabbenius
* Oliver Benjamin @oli-ben
* Arthit Suriyawongkul @bact
* Armin Tänzer @armintaenzertng

## v0.8.3 (2024-09-27)

### New features and changes
Expand Down