We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035983d commit 2cbe28cCopy full SHA for 2cbe28c
2 files changed
README.rst
@@ -160,6 +160,13 @@ The original ``git-up`` has been written by aanand:
160
Changelog
161
---------
162
163
+v2.4.0 (*2025-12-27*)
164
+~~~~~~~~~~~~~~~~~~~~~
165
+
166
+- Switch to ``packaging`` instead of ``pkg_resources``. Closes `#139 <https://github.com/msiemens/PyGitUp/issues/139>`__.
167
+- Fix top-level directory detection on MinGW.
168
+- Update dependencies and switch to the uv package manager.
169
170
v2.3.0 (*2024-10-05*)
171
~~~~~~~~~~~~~~~~~~~~~
172
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "git-up"
3
-version = "2.3.0"
+version = "2.4.0"
4
description = "A python implementation of 'git up'"
5
authors = [{ name = "Markus Siemens", email = "markus@m-siemens.de" }]
6
requires-python = ">=3.10,<4"
0 commit comments