From df97b06c7260ea76a8a196c0f60c6e6faee162f2 Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Tue, 5 Mar 2019 15:17:09 +0100 Subject: [PATCH] 21.0.0 --- CHANGELOG.md | 10 ++++++++++ version.json | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d971d75b..aefaf165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/version.json b/version.json index 995b8e7c..57b8962d 100644 --- a/version.json +++ b/version.json @@ -1,8 +1,8 @@ { "version": [ - 20, + 21, 0, - 1 + 0 ], - "version_string": "20.0.1" + "version_string": "21.0.0" }