Skip to content

Commit f7970ef

Browse files
author
semantic-release
committed
chore(release): 0.58.6
1 parent ec22572 commit f7970ef

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.6 (2026-07-24)
5+
6+
### Bug Fixes
7+
8+
- **workbench**: Bound JupyterLab cell-run retry timeout
9+
([#534](https://github.com/posit-dev/vip/pull/534),
10+
[`ec22572`](https://github.com/posit-dev/vip/commit/ec2257249d9563b51cb2ab112dac2ea2c5702159))
11+
12+
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
13+
14+
415
## v0.58.5 (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.5"
3+
version = "0.58.6"
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.5"
3+
__version__ = "0.58.6"

0 commit comments

Comments
 (0)