Skip to content

Commit 37a5e07

Browse files
author
semantic-release
committed
chore(release): 0.58.5
1 parent dcd037f commit 37a5e07

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

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

33

4+
## v0.58.5 (2026-07-24)
5+
6+
### Bug Fixes
7+
8+
- **workbench**: Keep JupyterLab sessions fresh to stop launch/exec skip
9+
([#532](https://github.com/posit-dev/vip/pull/532),
10+
[`dcd037f`](https://github.com/posit-dev/vip/commit/dcd037f43a82987432da3386146bf042d78740a5))
11+
12+
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
13+
14+
415
## v0.58.4 (2026-07-24)
516

617
### 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.4"
3+
version = "0.58.5"
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.4"
3+
__version__ = "0.58.5"

0 commit comments

Comments
 (0)