Skip to content

Commit 5b180f5

Browse files
author
semantic-release
committed
chore(release): 0.54.1
1 parent 673ddee commit 5b180f5

3 files changed

Lines changed: 30 additions & 2 deletions

File tree

CHANGELOG.md

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

33

4+
## v0.54.1 (2026-07-16)
5+
6+
### Bug Fixes
7+
8+
- **workbench**: Escalate orphaned-session cleanup to the UI sweep
9+
([#474](https://github.com/posit-dev/vip/pull/474),
10+
[`673ddee`](https://github.com/posit-dev/vip/commit/673ddee21dc359f5a8b8db19c356211f67939447))
11+
12+
### Chores
13+
14+
- **deps**: Bump mypy from 2.1.0 to 2.2.0 in the python-dependencies group
15+
([#475](https://github.com/posit-dev/vip/pull/475),
16+
[`1dcda11`](https://github.com/posit-dev/vip/commit/1dcda118f84e46d0bf2e3d02acda9a6eddfa6390))
17+
18+
Signed-off-by: dependabot[bot] <support@github.com>
19+
20+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
21+
22+
- **deps**: Bump the actions-dependencies group with 3 updates
23+
([#476](https://github.com/posit-dev/vip/pull/476),
24+
[`dfe1507`](https://github.com/posit-dev/vip/commit/dfe15078e117ed04567b50553ca5fe2e3874bf07))
25+
26+
Signed-off-by: dependabot[bot] <support@github.com>
27+
28+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
29+
30+
431
## v0.54.0 (2026-07-15)
532

633
### Continuous Integration

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "posit-vip"
3-
version = "0.54.0"
3+
version = "0.54.1"
44
description = "Verified Installation of Posit - An extensible test suite for validating Posit Team deployments"
55
readme = "README.md"
66
license = { file = "LICENSE" }
@@ -128,6 +128,7 @@ vip = "vip.plugin"
128128

129129

130130

131+
131132

132133

133134
[build-system]

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.54.0"
3+
__version__ = "0.54.1"

0 commit comments

Comments
 (0)