We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b2de30 commit d049f02Copy full SHA for d049f02
3 files changed
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# CHANGELOG
2
3
4
+## v0.30.0 (2026-05-10)
5
+
6
+### Features
7
8
+- Better platform support along with CI and docs ([#250](https://github.com/posit-dev/vip/pull/250),
9
+ [`7b2de30`](https://github.com/posit-dev/vip/commit/7b2de3023455435818afd75aa6e95a313cd55436))
10
11
12
## v0.29.1 (2026-05-08)
13
14
### Bug Fixes
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "posit-vip"
-version = "0.29.1"
+version = "0.30.0"
description = "Verified Installation of Posit - An extensible test suite for validating Posit Team deployments"
readme = "README.md"
license = { file = "LICENSE" }
src/vip/__init__.py
@@ -1,3 +1,3 @@
"""VIP - Verified Installation of Posit."""
-__version__ = "0.29.1"
+__version__ = "0.30.0"
0 commit comments