diff --git a/CHANGELOG.md b/CHANGELOG.md index 07859f6..2f19851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v1.21.0 (2024-04-29) * Generally, when Dunamai can detect the VCS in use, but there's no version set yet, then Dunamai uses 0.0.0 as a fallback, unless strict mode is enabled. diff --git a/pyproject.toml b/pyproject.toml index 1263601..a7ee82f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dunamai" -version = "1.20.0" +version = "1.21.0" description = "Dynamic version generation" license = "MIT" authors = ["Matthew T. Kennerly "]