Skip to content

Commit

Permalink
bump(release): v2.4.1 → v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natelandau committed Jun 18, 2024
1 parent d9486f6 commit 61145af
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v2.5.0 (2024-06-18)

### Feat

- **campaign**: set campaign from discord channel category (#157)

### Fix

- **changelog**: don't repost version on bot connect (#156)
- fewer errant line breaks in embeds (#155)
- **gameplay**: improve roll display (#154)

## v2.4.1 (2024-06-14)

### 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 = "2.4.1"
version = "2.5.0"

[tool.poetry.scripts] # https://python-poetry.org/docs/pyproject/#scripts
valentina = "valentina.main:app"
Expand Down Expand Up @@ -63,7 +63,7 @@
changelog_merge_prerelease = true
tag_format = "v$version"
update_changelog_on_bump = true
version = "2.4.1"
version = "2.5.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,3 +1,3 @@
"""Valentina version."""

__version__ = "2.4.1"
__version__ = "2.5.0"

0 comments on commit 61145af

Please sign in to comment.