Skip to content

Commit

Permalink
bump: version 1.1.1 → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 31, 2024
1 parent 09a671d commit a336ab9
Show file tree
Hide file tree
Showing 3 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 @@
## 1.2.0 (2024-01-31)

### Feat

- improve plugin system

### Fix

- reduce exception scope

## 1.1.1 (2023-09-08)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.1.1"
version = "1.2.0"
version_files = [
"src/rate_my_project/__init__.py:__version__",
"pyproject.toml:version"
Expand Down
2 changes: 1 addition & 1 deletion src/rate_my_project/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
Module to analyze project efficiency.
"""

__version__ = "1.1.1"
__version__ = "1.2.0"

0 comments on commit a336ab9

Please sign in to comment.