Skip to content

Commit 030ddfd

Browse files
author
semantic-release
committed
chore(release): 0.58.2
1 parent 833f25c commit 030ddfd

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

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

33

4+
## v0.58.2 (2026-07-23)
5+
6+
### Bug Fixes
7+
8+
- **workbench**: Drive file chooser for Workbench Job script selection
9+
([#527](https://github.com/posit-dev/vip/pull/527),
10+
[`ae7a56f`](https://github.com/posit-dev/vip/commit/ae7a56fae1616821d6adb105ff58db873c883511))
11+
12+
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
13+
14+
- **workbench**: Provision rsconnect via venv in publish-to-connect test
15+
([#524](https://github.com/posit-dev/vip/pull/524),
16+
[`833f25c`](https://github.com/posit-dev/vip/commit/833f25cf84ec7028da611998107f85a6d540ddbf))
17+
18+
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
19+
20+
421
## v0.58.1 (2026-07-23)
522

623
### 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.1"
3+
version = "0.58.2"
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.1"
3+
__version__ = "0.58.2"

0 commit comments

Comments
 (0)