Skip to content

Commit 7663a3a

Browse files
author
semantic-release
committed
chore(release): 0.58.7
1 parent 10fb025 commit 7663a3a

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.7 (2026-07-24)
5+
6+
### Bug Fixes
7+
8+
- **workbench**: Harden Workbench Job console write (newline escape + deterministic waits)
9+
([#531](https://github.com/posit-dev/vip/pull/531),
10+
[`10fb025`](https://github.com/posit-dev/vip/commit/10fb0256702a99dce427b421cda377555681f21e))
11+
12+
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
13+
14+
415
## v0.58.6 (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.6"
3+
version = "0.58.7"
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.6"
3+
__version__ = "0.58.7"

0 commit comments

Comments
 (0)