Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 46409a6

Browse filesBrowse files
committed
Tag v0.35.0 (improved syntax, unicode run())
1 parent a948f7d commit 46409a6
Copy full SHA for 46409a6

File tree

Expand file treeCollapse file tree

4 files changed

+6
-4
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+6
-4
lines changed

‎CHANGES

Copy file name to clipboardExpand all lines: CHANGES
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ To install the unreleased libvcs version, see
99
$ pip install --user --upgrade --pre libvcs
1010
```
1111

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

1414
- _Notes on upcoming releases will be added here_
1515

1616
<!-- Maintainers, insert changes / features for the next release here -->
1717

18+
## libvcs 0.35.0 (2025-02-22)
19+
1820
### Breaking changes
1921

2022
#### `run()` now uses `text=True` (#485)

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines 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.34.0"
3+
version = "0.35.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

Copy file name to clipboardExpand all lines: src/libvcs/__about__.py
+1-1Lines 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.34.0"
8+
__version__ = "0.35.0"
99
__author__ = "Tony Narlock"
1010
__github__ = "https://github.com/vcs-python/libvcs"
1111
__docs__ = "https://libvcs.git-pull.com"

‎uv.lock

Copy file name to clipboardExpand all lines: uv.lock
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.