Skip to content

Commit

Permalink
bump: version 1.1.0 → 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz-code committed Nov 25, 2022
1 parent 71e1158 commit fa0d3d8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## 1.1.1 (2022-11-25)

### Fix

- remove dependency with py
- restore the comment identation management

## 1.1.0 (2022-09-14)

## 1.0.1 (2022-08-01)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -2,7 +2,7 @@

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.1.0"
version = "1.1.1"
tag_format = "$version"
version_files = [
"pyproject.toml:version",
Expand Down
2 changes: 1 addition & 1 deletion src/yamlfix/version.py
Expand Up @@ -5,7 +5,7 @@
from textwrap import dedent

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


def version_info() -> str:
Expand Down

0 comments on commit fa0d3d8

Please sign in to comment.