Skip to content

Commit d0b09b1

Browse files
prepare v3.0.0
1 parent 178ccd3 commit d0b09b1

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
## [3.0.0] - 2020-03-20
9+
810
### Added
911
- Added `--verbose` arg to print stack traces in case of errors
1012
- Automatic git provider detection. If `--git-provider-url` contains "github" or "bitbucket" the `--git-provider` arg is not needed anymore. Until now, `bitbucket` was used as default if `--git-provider` was missing.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="gitopscli",
5-
version="2.1.0",
5+
version="3.0.0",
66
packages=find_packages(),
77
entry_points={"console_scripts": ["gitopscli = gitopscli.__main__:main"]},
88
setup_requires=["wheel"],

0 commit comments

Comments
 (0)