Skip to content

Commit d049f02

Browse files
author
semantic-release
committed
chore(release): 0.30.0
1 parent 7b2de30 commit d049f02

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

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

33

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+
412
## v0.29.1 (2026-05-08)
513

614
### 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.29.1"
3+
version = "0.30.0"
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.29.1"
3+
__version__ = "0.30.0"

0 commit comments

Comments
 (0)