8000 Tag v0.32.3 (pytest plugin fixture update) · vcs-python/libvcs@c71ece3 · GitHub
[go: up one dir, main page]

Skip to content

Commit c71ece3

Browse files
committed
Tag v0.32.3 (pytest plugin fixture update)
1 parent c208b95 commit c71ece3

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGES

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,15 @@ $ pip install --user --upgrade --pre libvcs
1515

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

18-
## libvcs 0.32.2 (2024-10-12)
18+
## libvcs 0.32.3 (2024-10-13)
19+
20+
### Bug fixes
21+
22+
- Pytest fixtures `hg_remote_repo_single_commit_post_init()` and `git_remote_repo_single_commit_post_init()` now support passing `env` for VCS configuration.
23+
24+
Both functions accept `hgconfig` and `gitconfig` fixtures, now applied in the `hg_repo` and `git_repo` fixtures.
25+
26+
## libvcs 0.32.2 (2024-10-13)
1927

2028
### Bug fixes
2129

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "libvcs"
3-
version = "0.32.2"
3+
version = "0.32.3"
44
description = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
55
license = "MIT"
66
authors = ["Tony Narlock <tony@git-pull.com>"]

src/libvcs/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
__title__ = "libvcs"
44
__package_name__ = "libvcs"
55
__description__ = "Lite, typed, python utilities for Git, SVN, Mercurial, etc."
6-
__version__ = "0.32.2"
6+
__version__ = "0.32.3"
77
__author__ = "Tony Narlock"
88
__github__ = "https://github.com/vcs-python/libvcs"
99
__docs__ = "https://libvcs.git-pull.com"

0 commit comments

Comments
 (0)
0