Skip to content

Commit

Permalink
26.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLorenzo committed Aug 27, 2019
1 parent b3ae2c6 commit f9d92e0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [26.0.1] - 2019-08-26
### Fixed
- run_task returns 1 on non-zero exit code, 0 on success.
- Chain of Trust breakage: Expose repo name and pusher's email on github pushes.

## [26.0.0] - 2019-08-16
### Added
- Support taskgraph-style github cron contexts.
Expand Down
2 changes: 1 addition & 1 deletion scriptworker/version.py
Expand Up @@ -52,7 +52,7 @@ def get_version_string(version):

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


Expand Down
4 changes: 2 additions & 2 deletions version.json
Expand Up @@ -2,7 +2,7 @@
"version":[
26,
0,
0
1
],
"version_string":"26.0.0"
"version_string":"26.0.1"
}

0 comments on commit f9d92e0

Please sign in to comment.