Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 1.29.0 #711

Merged
merged 2 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
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
17 changes: 16 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# Changelog
## 1.29.0 / 2024-12-11

* Default to "tar.xz" archive file format for Linux (#709)
* Remove support for Python 3.8 (#706)
* Add workflow to auto publish releases on PyPI (#686)
* Fix remote tests (#692)
* Use httpd fixture per session to decrease test runtime drastically (#690)
* Move DevEdition remote tests from Firefox 60.0 to 128.0 (#689)
* Add support for Linux ARM64 platform (#682)
* Don't retrieve Tinderbox directory listing when timestamp is provided (#679)
* Auto-select available port for localhost (#678)
* Add Thunderbird daily default branch handling (#247) (#676)
* Add consistent build number error notification for scrapers (#121) (#677)
* Add Fenix locale handling (#671)
* Raise NotFoundError if no daily build can be found for latest build date (#672)
* Update supported Python versions from 3.8 to 3.12 (#654)

## 1.28.0 / 2024-03-26

Expand Down
2 changes: 1 addition & 1 deletion mozdownload/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from mozdownload import factory, scraper

__version__ = '1.28.0'
__version__ = '1.29.0'


def parse_arguments(argv):
Expand Down
Loading