Skip to content

Commit

Permalink
chore: add bumped files
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelblijleven committed Feb 25, 2023
1 parent 4ccecee commit 102fdd4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.3.2 (2023-02-25)

### Fix

- incorrect path comparison

## 0.3.1 (2023-02-25)

### Fix
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "fittie"
version = "0.3.1"
version = "0.3.2"
description = "FIT file tool"
authors = [
{ name = "Marcel Blijleven" }
Expand Down Expand Up @@ -64,13 +64,13 @@ omit = [
]

[tool.commitizen]
version = "0.3.1"
version = "0.3.2"
version_files = [
"pyproject.toml"
]
update_changelog_on_bump = true
annotated_tag = true
major_version_zero = true # Disable this when ready to go to 1.0.0
pre_bump_hooks = [
"scripts/compile_readme.py"
]
#pre_bump_hooks = [
# "scripts/compile_readme.py" Doesn't work with python script
#]

0 comments on commit 102fdd4

Please sign in to comment.