Skip to content

Commit cef39f3

Browse files
author
semantic-release
committed
chore(release): 0.58.3
1 parent 6862078 commit cef39f3

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

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

33

4+
## v0.58.3 (2026-07-23)
5+
6+
### Bug Fixes
7+
8+
- **workbench**: Reactivate Positron console tab before concluding no console
9+
([#521](https://github.com/posit-dev/vip/pull/521),
10+
[`6862078`](https://github.com/posit-dev/vip/commit/6862078cca832ee599c903ab2c2575ddfd6bf9b5))
11+
12+
413
## v0.58.2 (2026-07-23)
514

615
### 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.2"
3+
version = "0.58.3"
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.2"
3+
__version__ = "0.58.3"

0 commit comments

Comments
 (0)