Skip to content

Commit 0e66120

Browse files
bump: 1.1.1 → 1.1.2
1 parent 08aa8e6 commit 0e66120

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## v1.1.2 (2022-12-19)
2+
3+
### Fix
4+
5+
- added commitizen config
6+
- explicit ci jobs
7+
- publish on tag v
8+
- added release workflow
9+
10+
## v1.1.1 (2022-12-11)
11+
12+
## v1.1.0 (2022-10-16)
13+
14+
## v1.0.1 (2021-08-26)
15+
16+
## v1.0.0 (2021-08-08)
17+
18+
## v0.1.2 (2018-04-07)
19+
20+
## v0.1.1 (2018-04-07)
21+
22+
## v0.1.0 (2018-04-07)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.commitizen]
2-
version = "1.1.1"
2+
version = "1.1.2"
33
tag_format = "v$version"
44
update_changelog_on_bump = true
55
changelog_incremental = true
@@ -14,7 +14,7 @@ build-backend = "poetry.core.masonry.api"
1414

1515
[tool.poetry]
1616
name = "narrative"
17-
version = "1.1.1"
17+
version = "1.1.2"
1818
description = "A small Python package for splitting text into dialogue and narrative."
1919
authors = ["David L. Day <[email protected]>"]
2020
license = "GPLv3"

0 commit comments

Comments
 (0)