Skip to content

Commit

Permalink
bump(release): v1.1.5 → v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natelandau committed Aug 10, 2023
1 parent 3c6fd21 commit 175b2de
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v1.2.0 (2023-08-09)

### Feat

- **storyteller**: add storyteller commands (#25)
- **storyteller**: add storyteller channel
- **guild**: create `player` and `storyteller` roles

### Fix

- **chronicle**: improve chronicle display

### Refactor

- **character**: improve character service (#32)
- improve database services (#31)

## v1.1.5 (2023-07-22)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name = "valentina"
readme = "README.md"
repository = "https://github.com/natelandau/valentina"
version = "1.1.5"
version = "1.2.0"

[tool.poetry.scripts] # https://python-poetry.org/docs/pyproject/#scripts
valentina = "valentina.main:app"
Expand Down Expand Up @@ -56,7 +56,7 @@
bump_message = "bump(release): v$current_version → v$new_version"
tag_format = "v$version"
update_changelog_on_bump = true
version = "1.1.5"
version = "1.2.0"
version_files = ["pyproject.toml:version", "src/valentina/__version__.py:__version__"]

[tool.coverage.report] # https://coverage.readthedocs.io/en/latest/config.html#report
Expand Down
2 changes: 1 addition & 1 deletion src/valentina/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Valentina version."""
__version__ = "1.1.5"
__version__ = "1.2.0"

0 comments on commit 175b2de

Please sign in to comment.