Skip to content

Commit

Permalink
bump: version 0.5.0 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dorukozturk committed Dec 15, 2022
1 parent 5d0def8 commit d6704b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Unreleased

### Feat

- Add a cli option for skipping tls verification

## 0.5.0 (2022-12-10)

## v0.5.0 (2022-12-10)

### Feat
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 = "hardeneks"
version = "0.5.0"
version = "0.6.0"
description = ""
authors = ["Doruk Ozturk <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -40,7 +40,7 @@ exclude = '''

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.5.0"
version = "0.6.0"
version_files = [
"pyproject.toml:[tool.commitizen]\nversion",
"pyproject.toml:[tool.poetry]\nname = \"commitizen\"\nversion",
Expand Down

0 comments on commit d6704b9

Please sign in to comment.