Skip to content

Commit a6697a8

Browse files
committed
chore: bump version to 3.9.29
1 parent 4054c05 commit a6697a8

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

packages/extension/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to the "vscode-phpunit" extension will be documented in this
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [3.9.29] - 2026-02-28
8+
9+
### Added
10+
- Add subscript access expression (`$v[0]`) support for dataset static analysis, enabling conditional yield patterns in data provider loops
11+
712
## [3.9.28] - 2026-02-28
813

914
### Fixed

packages/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "PHPUnit & Pest Test Explorer",
55
"icon": "img/icon.png",
66
"publisher": "recca0120",
7-
"version": "3.9.28",
7+
"version": "3.9.29",
88
"private": true,
99
"license": "MIT",
1010
"repository": {

0 commit comments

Comments
 (0)