We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3729b12 commit 8812897Copy full SHA for 8812897
CHANGES
@@ -21,17 +21,23 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
21
22
<!-- Maintainers, insert changes / features for the next release here -->
23
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
34
### Development
35
36
- Refactor of two testsuites to used `NamedTuple` parametrization (#423):
37
38
- test_config_variations
39
- test_updating_remote
40
-### Breaking changes
-
-- Python 3.7 Dropped (#421)
41
## vcspull v1.22.0 (2023-09-02)
42
43
_Maintenance only, no bug fixes, or new features_
0 commit comments