Skip to content

Commit 2cbe28c

Browse files
committed
chore: release v2.4.0
1 parent 035983d commit 2cbe28c

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,13 @@ The original ``git-up`` has been written by aanand:
160160
Changelog
161161
---------
162162

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+
163170
v2.3.0 (*2024-10-05*)
164171
~~~~~~~~~~~~~~~~~~~~~
165172

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "git-up"
3-
version = "2.3.0"
3+
version = "2.4.0"
44
description = "A python implementation of 'git up'"
55
authors = [{ name = "Markus Siemens", email = "markus@m-siemens.de" }]
66
requires-python = ">=3.10,<4"

0 commit comments

Comments
 (0)