Skip to content

Commit

Permalink
23.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomprince committed Jul 19, 2019
1 parent 1e899a0 commit 5dcdbea
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [23.6.0] - 2019-07-19
### Fixed
- Don't include the non-existent top-level `repository` key in github json-e context.
- Remove untrusted repos from list of repos accepted by `trace_back_to_tree` controlling
tasks allowed as dependencies to tasks with restricted scopes.

### Changed
- Allow arbitrary github repos (with appropriate scopes, in particular PRs), to use non-restricted
scopes.

## [23.5.0] - 2019-07-17
### Added
- Provide more complete github contexts to pull requests.
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__ = (23, 5, 0)
__version__ = (23, 6, 0)
__version_string__ = get_version_string(__version__)


Expand Down
4 changes: 2 additions & 2 deletions version.json
@@ -1,8 +1,8 @@
{
"version": [
23,
5,
6,
0
],
"version_string": "23.5.0"
"version_string": "23.6.0"
}

0 comments on commit 5dcdbea

Please sign in to comment.