Skip to content

Commit fecf813

Browse files
committed
Release 0.15.0
1 parent ad93104 commit fecf813

5 files changed

Lines changed: 12 additions & 3 deletions

File tree

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ Contributors
2727
* Maciej Katafiasz
2828
* Tamika Nomara
2929
* non7top
30+
* patchwright

HISTORY.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ History
66

77
.. towncrier release notes start
88
9+
0.15.0 (2026-06-16)
10+
===================
11+
12+
Bugfixes
13+
--------
14+
15+
- Fix ``path`` and ``branch`` extraction removing *every* ``/blob/`` and ``/tree/`` occurrence instead of only the leading marker, which corrupted file paths and branch names containing those segments. (#150)
16+
17+
918
0.14.0 (2025-10-22)
1019
===================
1120

changes/150.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

giturlparse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
__author__ = "Iacopo Spalletti"
55
__email__ = "i.spalletti@nephila.it"
6-
__version__ = "0.14.0"
6+
__version__ = "0.15.0"
77

88

99
def parse(url, check_domain=True):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ commit = true
5454
message = "Release {new_version}"
5555
commit_args = "--no-verify"
5656
tag = false
57-
current_version = "0.14.0"
57+
current_version = "0.15.0"
5858
parse = """(?x)
5959
(?P<major>[0-9]+)
6060
\\.(?P<minor>[0-9]+)

0 commit comments

Comments
 (0)