Skip to content

Commit

Permalink
chore: scriptworker 60.6.1 (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcristau authored Jan 15, 2025
1 parent 8cf1190 commit d573272
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Change Log
All notable changes to this project will be documented in this file.
This project adheres to `Semantic Versioning <http://semver.org/>`__.

60.6.1 - 2025-01-15
-------------------

Fixed
~~~~~
- Deadlock when the script standard output or error contains a line longer than 64kB (https://bugzilla.mozilla.org/show_bug.cgi?id=1941166)

60.6.0 - 2025-01-08
-------------------

Expand Down
2 changes: 1 addition & 1 deletion src/scriptworker/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def get_version_string(version: Union[ShortVerType, LongVerType]) -> str:

# 1}}}
# Semantic versioning 2.0.0 http://semver.org/
__version__ = (60, 6, 0)
__version__ = (60, 6, 1)
__version_string__ = get_version_string(__version__)


Expand Down
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version":[
60,
6,
0
1
],
"version_string":"60.6.0"
"version_string":"60.6.1"
}

0 comments on commit d573272

Please sign in to comment.