Skip to content

Commit 076f830

Browse files
committed
Tag v0.40.0
1 parent 3f73d39 commit 076f830

4 files changed

Lines changed: 9 additions & 11 deletions

File tree

CHANGES

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,13 @@ $ pip install --user --upgrade --pre libvcs
1414
$ uv add libvcs --prerelease allow
1515
```
1616

17-
## libvcs 0.40.x (unreleased)
17+
## libvcs 0.41.x (unreleased)
1818

1919
<!-- KEEP THIS PLACEHOLDER - DO NOT REMOVE OR MODIFY THIS LINE -->
2020
_Notes on the upcoming release will go here._
2121
<!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->
2222

23-
### Documentation
24-
25-
- Visual improvements to API docs from [gp-sphinx](https://gp-sphinx.git-pull.com)-based Sphinx packages (#522)
26-
- Bump gp-sphinx docs stack to v0.0.1a8 (#523)
27-
23+
## libvcs 0.40.0 (2026-04-25)
2824

2925
### What's new
3026

@@ -61,6 +57,8 @@ ref-walking git command that was load-bearing for the URL lookup.
6157

6258
- pytest plugin: `CreateRepoFn` and `CreateRepoPostInitFn` now render
6359
as hyperlinks in the fixture summary table (#521)
60+
- Visual improvements to API docs from [gp-sphinx](https://gp-sphinx.git-pull.com)-based Sphinx packages (#522)
61+
- Bump gp-sphinx docs stack to v0.0.1a8 (#523)
6462

6563
## libvcs 0.39.0 (2026-02-07)
6664

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.39.0"
3+
version = "0.40.0"
44
description = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
55
requires-python = ">=3.10,<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.39.0"
8+
__version__ = "0.40.0"
99
__author__ = "Tony Narlock"
1010
__github__ = "https://github.com/vcs-python/libvcs"
1111
__docs__ = "https://libvcs.git-pull.com"

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)