Skip to content

Commit 457e6f8

Browse files
committed
docs(CHANGES): Add entry for SCP-style Git URL support
Document the new feature that allows using SCP-style Git URLs (e.g., git@github.com:org/repo.git) without requiring a git+ssh:// prefix. refs: #490
1 parent 1d96ef7 commit 457e6f8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGES

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ $ pip install --user --upgrade --pre libvcs
1111

1212
## libvcs 0.36.x (unreleased)
1313

14-
- _Notes on upcoming releases will be added here_
14+
### Features
15+
16+
- Add support for SCP-style Git URLs without requiring `git+ssh://` prefix (#490)
17+
- URLs like `git@github.com:org/repo.git` are now recognized as Git repositories
18+
- `create_project()` can now auto-detect VCS type for these URLs
19+
- Addresses issues reported in [vcspull#49](https://github.com/vcs-python/vcspull/issues/49) and [vcspull#426](https://github.com/vcs-python/vcspull/pull/426)
1520

1621
<!-- Maintainers, insert changes / features for the next release here -->
1722

0 commit comments

Comments
 (0)