Skip to content

Commit 5876847

Browse files
committed
21.0.0
1 parent c272969 commit 5876847

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [21.0.0] - 2019-03-05
6+
### Changed
7+
- `is_try_or_pull_request()` is now an async (instead of a sync property). So is `is_pull_request()`.
8+
- `extract_github_repo_owner_and_name()`, `extract_github_repo_and_revision_from_source_url()` have been moved to the `github` module.
9+
10+
### Added
11+
- In the `github` module:
12+
- `is_github_url()`,`get_tag_hash()`, `has_commit_landed_on_repository()`, `is_github_repo_owner_the_official_one()`
13+
- `utils.get_parts_of_url_path()`
14+
515
## [20.0.1] - 2019-02-21
616
### Changed
717
- update `ci-admin` and `ci-configuration` to reflect their new homes

version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"version": [
3-
20,
3+
21,
44
0,
5-
1
5+
0
66
],
7-
"version_string": "20.0.1"
7+
"version_string": "21.0.0"
88
}

0 commit comments

Comments
 (0)