Skip to content

Commit

Permalink
chore: 21.2.3 Release (#91)
Browse files Browse the repository at this point in the history
Fixes:
------

- [#89] Strip spaces from commit description (#90)

Co-authored-by: playpauseandstop <playpauseandstop@users.noreply.github.com>
  • Loading branch information
1 parent 66584b0 commit aec0d29
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 21.2.3 (2021-08-17)

## Fixes:

- [#89] Strip spaces from commit description (#90)

# 21.2.2 (2021-08-01)

## Fixes:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ virtual_env = "./.venv/"

[tool.poetry]
name = "badabump"
version = "21.2.2"
version = "21.2.3"
description = "Manage changelog and bump project version number using conventional commits from latest git tag. Support Python & JavaScript projects and CalVer & SemVer schemas. Designed to run at GitHub Actions."
authors = ["Igor Davydenko <iam@igordavydenko.com>"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion src/badabump/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__app__ = "badabump"
__author__ = "Igor Davydenko <iam@igordavydenko.com>"
__license__ = "BSD-3-Clause"
__version__ = "21.2.2"
__version__ = "21.2.3"

0 comments on commit aec0d29

Please sign in to comment.