Skip to content

Commit

Permalink
Bump version to 2.2b3
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Nov 30, 2020
1 parent 0e5ef31 commit 6538d49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 2.2 (beta)

- 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.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]

name = "gitman"
version = "2.2b2"
version = "2.2b3"
description = "A language-agnostic dependency manager using Git."

license = "MIT"
Expand Down

0 comments on commit 6538d49

Please sign in to comment.