Skip to content

Commit

Permalink
21.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLorenzo committed Mar 5, 2019
1 parent c272969 commit 5876847
Show file tree
Hide file tree
Showing 2 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/).

## [21.0.0] - 2019-03-05
### Changed
- `is_try_or_pull_request()` is now an async (instead of a sync property). So is `is_pull_request()`.
- `extract_github_repo_owner_and_name()`, `extract_github_repo_and_revision_from_source_url()` have been moved to the `github` module.

### Added
- In the `github` module:
- `is_github_url()`,`get_tag_hash()`, `has_commit_landed_on_repository()`, `is_github_repo_owner_the_official_one()`
- `utils.get_parts_of_url_path()`

## [20.0.1] - 2019-02-21
### Changed
- update `ci-admin` and `ci-configuration` to reflect their new homes
Expand Down
6 changes: 3 additions & 3 deletions version.json
@@ -1,8 +1,8 @@
{
"version": [
20,
21,
0,
1
0
],
"version_string": "20.0.1"
"version_string": "21.0.0"
}

0 comments on commit 5876847

Please sign in to comment.