Skip to content

Commit 0f478e5

Browse files
committed
Tag v0.36.0 (Improved Git URL detectin)
1 parent 00acfa1 commit 0f478e5

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CHANGES

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,21 @@ To install the unreleased libvcs version, see
99
$ pip install --user --upgrade --pre libvcs
1010
```
1111

12-
## libvcs 0.36.x (unreleased)
12+
## libvcs 0.37.x (unreleased)
1313

14-
### Iprovements
14+
<!-- Maintainers, insert changes / features for the next release here -->
15+
16+
_Upcoming changes will be written here._
17+
18+
## libvcs 0.36.0 (2025-06-22)
19+
20+
### Improvements
1521

1622
- Add support for SCP-style Git URLs without requiring `git+ssh://` prefix (#490)
1723
- URLs like `[email protected]:org/repo.git` are now recognized as Git repositories
1824
- `create_project()` can now auto-detect VCS type for these URLs
1925
- 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)
2026

21-
<!-- Maintainers, insert changes / features for the next release here -->
22-
2327
## libvcs 0.35.1 (2025-06-21)
2428

2529
### Bug fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "libvcs"
3-
version = "0.35.1"
3+
version = "0.36.0"
44
description = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
55
requires-python = ">=3.9,<4.0"
66
authors = [

src/libvcs/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__title__ = "libvcs"
66
__package_name__ = "libvcs"
77
__description__ = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
8-
__version__ = "0.35.1"
8+
__version__ = "0.36.0"
99
__author__ = "Tony Narlock"
1010
__github__ = "https://github.com/vcs-python/libvcs"
1111
__docs__ = "https://libvcs.git-pull.com"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)