Skip to content

Commit

Permalink
bump: 1.0.5 → 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 18, 2022
1 parent c3d92d9 commit 6fc05ce
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## v1.0.6 (2022-12-18)

### Fix

- ci needs (#19)
- needs ci -> needs test
- publish to pypi workflow (#18)
- removed composite ci workflow
- removed composite ci workflow
- publish-workflow-tags (#17)
- reset to v1.0.5
- publish-workflow (#16)
- reverted to version 1.0.5
- reset changelog to 1.0.5
- removed concurrency
- don't run on bump and removed needs
- merge pull request #14 from prosegrinder/fix/relase-publish-workflows
- republishing 1.0.6
- added token for ci
- removed skipping ci
- reverted to 1.0.5
- pass version bump token
- incremental changelog by default
- removed incremental changelog and for bump

## v1.0.5 (2022-12-13)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.commitizen]
version = "1.0.5"
version = "1.0.6"
tag_format = "v$version"
update_changelog_on_bump = true
changelog_incremental = true
Expand All @@ -10,7 +10,7 @@ version_files = [

[tool.poetry]
name = "syllables"
version = "1.0.5"
version = "1.0.6"
description = "A Python package for estimating the number of syllables in a word."
authors = ["David L. Day <[email protected]>"]
license = "GPLv3"
Expand Down

0 comments on commit 6fc05ce

Please sign in to comment.