Skip to content

Commit

Permalink
bump: version 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 11, 2024
1 parent 4693a02 commit b88e343
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## v0.2.0 (2024-03-11)

### Feat

- introduce automatic release
- add input parameter for polling interval
- **client.py**: print the console url
- **client.py**: increase interval again , better print
- **client.py**: increase interval, better print
- **client.py**: print job url

### Fix

- readme file
- **action.yml**: change action's title and description
- update README file
- fix security issues
- update setup-python
- fix precommit issues
- **client.py**: bump timeout to one hour

## v1.3.3 (2023-05-15)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jenkins_client"
version = "0.1.0"
version = "0.2.0"
description = ""
authors = ["QA <qa@orfium.com>"]
readme = "README.md"
Expand Down Expand Up @@ -68,7 +68,7 @@ exclude = '''

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.1.0"
version = "0.2.0"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
Expand Down

0 comments on commit b88e343

Please sign in to comment.