Skip to content

Commit

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

- [#86] By default parse commits in non-strict mode (#87)

Co-authored-by: playpauseandstop <playpauseandstop@users.noreply.github.com>
  • Loading branch information
1 parent f788ce6 commit 6947d68
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.2 (2021-08-01)

## Fixes:

- [#86] By default parse commits in non-strict mode (#87)

# 21.2.1 (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.1"
version = "21.2.2"
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.1"
__version__ = "21.2.2"

0 comments on commit 6947d68

Please sign in to comment.