Skip to content

Commit

Permalink
Bump version to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Dec 25, 2020
1 parent a8769fe commit 5598143
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 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)

Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit 5598143

Please sign in to comment.