Skip to content

Commit

Permalink
bump: version 0.8.0-a2 → 0.8.0-a3
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiotejon committed Nov 12, 2024
1 parent 86aa5a9 commit 59ddc78
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "cz_conventional_commits"
tag_format = "$version"
version_scheme = "semver"
version = "0.8.0-a2"
version = "0.8.0-a3"
update_changelog_on_bump = true
major_version_zero = true
version_files = [
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.8.0-a3 (2024-11-12)

### Fix

- **conventionalcommits**: Update Commit Determination Functionality

### Refactor

- **internal/conventionalcommits/conventionalcommits.go**: Update common change determination logic
- **internal/conventionalcommits/conventionalcommits.go**: Simplify package using new parser structure of go-conventionalcommits

## 0.8.0-a2 (2024-11-11)

## 0.8.0-a1 (2024-11-08)
Expand Down

0 comments on commit 59ddc78

Please sign in to comment.