diff --git a/CHANGELOG.md b/CHANGELOG.md index 379f212..e5e9577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 3.5.2 (2024-06-22) + +- Fixed logic to included all nested configs. + # 3.5.1 (2024-05-19) - Updated nested config lookup to ignore build and package directories. diff --git a/pyproject.toml b/pyproject.toml index 848f9e7..14176bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "gitman" -version = "3.5.2a1" +version = "3.5.2" description = "A language-agnostic dependency manager using Git." license = "MIT"