File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[project ]
22name = " posit-vip"
3- version = " 0.54.0 "
3+ version = " 0.54.1 "
44description = " Verified Installation of Posit - An extensible test suite for validating Posit Team deployments"
55readme = " README.md"
66license = { file = " LICENSE" }
@@ -128,6 +128,7 @@ vip = "vip.plugin"
128128
129129
130130
131+
131132
132133
133134[build-system ]
Original file line number Diff line number Diff line change 11"""VIP - Verified Installation of Posit."""
22
3- __version__ = "0.54.0 "
3+ __version__ = "0.54.1 "
You can’t perform that action at this time.
0 commit comments