Skip to content

Commit

Permalink
bump: 1.1.1 → 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 19, 2022
1 parent 08aa8e6 commit 0e66120
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## v1.1.2 (2022-12-19)

### Fix

- added commitizen config
- explicit ci jobs
- publish on tag v
- added release workflow

## v1.1.1 (2022-12-11)

## v1.1.0 (2022-10-16)

## v1.0.1 (2021-08-26)

## v1.0.0 (2021-08-08)

## v0.1.2 (2018-04-07)

## v0.1.1 (2018-04-07)

## v0.1.0 (2018-04-07)
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.1.1"
version = "1.1.2"
tag_format = "v$version"
update_changelog_on_bump = true
changelog_incremental = true
Expand All @@ -14,7 +14,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "narrative"
version = "1.1.1"
version = "1.1.2"
description = "A small Python package for splitting text into dialogue and narrative."
authors = ["David L. Day <[email protected]>"]
license = "GPLv3"
Expand Down

0 comments on commit 0e66120

Please sign in to comment.