Skip to content

Commit

Permalink
bump: version 0.1.1 → 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 15, 2024
1 parent e7383d9 commit 17702d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.1.2 (2024-08-15)

### Fix

- **scope**: remove trailing whitespace in body ([e7383d9](https://github.com/kmnhan/cz-changeup/commit/e7383d924051cc4b0eb0f4d7a61da32941d200d9))

## 0.1.1 (2024-08-15)

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

[project]
name = "cz-changeup"
version = "0.1.1"
version = "0.1.2"
description = "Commitizen plugin for better changelog generation"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit 17702d2

Please sign in to comment.