diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e2da74..dda7f21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 3.4 (beta) +# 3.4 (2023-03-24) - Updated messaging to clarify when nested dependencies are updated. - Added a warning when no dependencies match the specified names. diff --git a/pyproject.toml b/pyproject.toml index 355dd37..53297bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "gitman" -version = "3.4b3" +version = "3.4" description = "A language-agnostic dependency manager using Git." license = "MIT"