From 5598143a2856d77c276e3df5bbab4d45ea185680 Mon Sep 17 00:00:00 2001 From: Jace Browning Date: Thu, 24 Dec 2020 21:58:53 -0500 Subject: [PATCH] Bump version to 2.2 --- CHANGELOG.md | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1900e5e6..a1b36418 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ -# 2.2 (beta) +# 2.2 (2020-12-24) - Fixed working tree validation to ignore case. (@sch0125) - Fixed handling of empty directories as checkout locations. (@Erich-McMillan) - Fixed `list` command to handle missing dependencies. - Added an option to specify a default group. (@Erich-McMillan) - Fixed `install` command to handle both groups and sources. (@brandonaut) +- Fixed deletion of the project directory when `location: .` is used. # 2.1 (2020-09-10) diff --git a/pyproject.toml b/pyproject.toml index e6bc09b6..3c7224b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "gitman" -version = "2.2b5" +version = "2.2" description = "A language-agnostic dependency manager using Git." license = "MIT"