Releases: msiemens/PyGitUp
Releases · msiemens/PyGitUp
v1.5.2
- Fixed version requirement for Click dependency (#82).
v1.5.1
- Fixed crash on Cygwin with rebase log hook enabled (#80)
1.5.0
- Added auto-push support. Thanks @wolph for Pull Request #74.
v1.4.7
- Added shorthand commandline arguments (
-V, -q, -h
, see #73).
v1.4.6
- 3rd party dependencies have been updated (see #65).
v1.4.5
- Fixed problems when working with branches containing hash signs in name (#55).
- No longer installs a now unneeded script on
pip install
. Thanks @ekohl for Pull Request #60.
v1.4.4
- Fixed a bug when working with
git worktree
(#58).
v1.4.3
- Fixed a bug with GitPython <= 2.0.8 (#56, #57).
v1.4.2
- Switched the command line argument parsing library (#53).
v1.4.1
- Include tests in PyPI distribution (#51).