Skip to content

Commit

Permalink
bump: version 1.2.0 → 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz-code committed May 19, 2022
1 parent 5a2142c commit e044d95
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.2.1 (2022-05-19)

### Fix

- status works when staging autoscaling group is not set
- create config file if it doesn't exist
- migrate dependency management to pdm
- status works when staging autoscaling group is not set

## 1.2.0 (2021-04-23)

## 1.1.0 (2020-12-21)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.2.0"
version = "1.2.1"
tag_format = "$version"
version_files = [
"pyproject.toml:version",
Expand Down
2 changes: 1 addition & 1 deletion src/drode/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from textwrap import dedent

# Do not edit this line manually, let `make bump` do it.
__version__ = "1.2.0"
__version__ = "1.2.1"


def version_info() -> str:
Expand Down

0 comments on commit e044d95

Please sign in to comment.