Releases: msiemens/PyGitUp
Releases · msiemens/PyGitUp
v1.4.0
- 3rd party dependencies have been updated.
- Dependencies on 3rd party libraries have been loosened to better interact with other installed packages. Thanks @MaximilianR for the Pull Request.
- Added an command line argument to turn of fetching (
--no-fetch
). Thanks @buoto for the Pull Request.
- Don’t show a stacktrace anymore when stashing fails (#35).
- Fixed a bug that cuased problems with submodules if the submodule had unstashed changes/ Thanks @Javex for the Pull Request.
v1.3.1
- Fixed a bug when showing the version on Python 3 (#34).
v1.3.0
- Support for Python 3 has been added. Thanks @r4ts0n for the
Pull Request and @Byron for quickly merging a Pull Request
in GitPython and releasing a new version on which this release
depends.
v1.2.2
- Now updates submodules when called from
git submodule foreach
(#8).
v1.2.1
- Fixed a problem with
setuptools 8.x
(#19).
- 3rd party dependencies have been updated
v1.2.0
- Added an option to show hashes when fast-forwarding/rebasing like
git pull
does (git-up.rebase.show-hashes
).
- Fixed a bug when having branches with both local tracking branches
and remote tracking branches (#18).
v1.1.5
- 3rd party dependencies have been updated to fix a problem with a 3rd
party library (#18)
v1.1.4
- Fixed some typos in
README
and PyGitUp
output.
- 3rd party dependencies have been updated.
v1.1.3
ahead of upstream
messages are now cyan (see
aanand/git-up#60)
- Fixed problem when using
%
in the log hook on Windows
(#11)
v1.1.2
- Fixed problems with the dependency declaration.
Note: To update to this release, run pip install -U git-up
.