File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,16 @@ $ pip install --user --upgrade --pre libvcs
1515
1616<!-- Maintainers, insert changes / features for the next release here -->
1717
18+ ### Breaking changes
19+
20+ #### urls: Variable changes (#463 )
21+
22+ - ` RE_PIP_REV ` moved from ` libvcs.url.git ` to ` libvcs.url.constants ` .
23+ - Regex pattern for user (e.g. ` git@ ` ) decoupled to ` RE_USER ` .
24+ - ` RE_PATH ` and ` SCP_REGEX ` (now ` RE_SCP ` ) no longer include user regex pattern
25+ - Existing patterns now use ` RE_USER ` explicitly.
26+ - ` REGEX_SCP ` renamed to ` RE_SCP ` for consistency.
27+
1828### Documentation
1929
2030- Automatically linkify links that were previously only text.
@@ -26,6 +36,7 @@ $ pip install --user --upgrade --pre libvcs
2636- poetry: 1.8.1 -> 1.8.2
2737
2838 See also: https://github.com/python-poetry/poetry/blob/1.8.2/CHANGELOG.md
39+
2940- Code quality: Use f-strings in more places (#460 )
3041
3142 via [ ruff 0.4.2] ( https://github.com/astral-sh/ruff/blob/v0.4.2/CHANGELOG.md ) .
You can’t perform that action at this time.
0 commit comments