Skip to content

Commit 54e715a

Browse files
author
semantic-release
committed
chore(release): 0.58.1
1 parent f571b93 commit 54e715a

3 files changed

Lines changed: 29 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
# CHANGELOG
22

33

4+
## v0.58.1 (2026-07-23)
5+
6+
### Bug Fixes
7+
8+
- **install**: Invoke playwright via python -m for uv tool installs
9+
([#525](https://github.com/posit-dev/vip/pull/525),
10+
[`f571b93`](https://github.com/posit-dev/vip/commit/f571b93b9ad755ffdec680cb3c1b944bf411507c))
11+
12+
### Chores
13+
14+
- **deps**: Bump the actions-dependencies group with 2 updates
15+
([#523](https://github.com/posit-dev/vip/pull/523),
16+
[`744c3d5`](https://github.com/posit-dev/vip/commit/744c3d5d7eab59ea59db4f6a77b78eb9de4b7c1d))
17+
18+
Signed-off-by: dependabot[bot] <support@github.com>
19+
20+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
21+
22+
- **deps**: Bump the python-dependencies group with 2 updates
23+
([#522](https://github.com/posit-dev/vip/pull/522),
24+
[`2aa4c76`](https://github.com/posit-dev/vip/commit/2aa4c76c0050687c9f56b6926bbb2c23796b6d85))
25+
26+
Signed-off-by: dependabot[bot] <support@github.com>
27+
28+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
29+
30+
431
## v0.58.0 (2026-07-22)
532

633
### 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 = "posit-vip"
3-
version = "0.58.0"
3+
version = "0.58.1"
44
description = "Verified Installation of Posit - An extensible test suite for validating Posit Team deployments"
55
readme = "README.md"
66
license = { file = "LICENSE" }

src/vip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""VIP - Verified Installation of Posit."""
22

3-
__version__ = "0.58.0"
3+
__version__ = "0.58.1"

0 commit comments

Comments
 (0)