Skip to content

Commit 8812897

Browse files
committed
docs(CHANGES): Note fix for chomped Git Remote URLs
1 parent 3729b12 commit 8812897

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGES

+10-4
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,23 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
2121

2222
<!-- Maintainers, insert changes / features for the next release here -->
2323

24+
### Breaking changes
25+
26+
- Python 3.7 Dropped (#421)
27+
- libvcs: Bumped from 0.22.2 -> 0.24.0 (#419)
28+
29+
### Bug fixes
30+
31+
- Git Remote URLs: Fix bug that would cause git remotes with `@` to be chopped off after the
32+
protocol (#419, fixes #425)
33+
2434
### Development
2535

2636
- Refactor of two testsuites to used `NamedTuple` parametrization (#423):
2737

2838
- test_config_variations
2939
- test_updating_remote
3040

31-
### Breaking changes
32-
33-
- Python 3.7 Dropped (#421)
34-
3541
## vcspull v1.22.0 (2023-09-02)
3642

3743
_Maintenance only, no bug fixes, or new features_

0 commit comments

Comments
 (0)