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
christian-hawk committed Oct 20, 2020
1 parent 96f9072 commit 2b0164e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.6.0 (2020-10-20)

### Feat

- **automator.py**: Destroy droplet feature

### Fix

- **pyproject.toml**: Fix importlib module required for some python versions (not native)

## 0.5.0 (2020-10-19)

### 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 = "pydoautomator"
version = "0.5.1"
version = "0.6.0"
description = "The Python lib for digital ocean automation"
authors = ["Christian Eland <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -34,7 +34,7 @@ commitizen = "^2.4.1"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.5.1"
version = "0.6.0"
tag_format = "$version"

[build-system]
Expand Down

0 comments on commit 2b0164e

Please sign in to comment.