Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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