Skip to content

Commit 40bb12c

Browse files
chore(main): release ecl 2.34.0 (#482)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 79d61a2 commit 40bb12c

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.33.2"
2+
".": "2.34.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ Previously generated content (from standard-version) has been retained.
99

1010
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
1111

12+
## [2.34.0](https://github.com/hpcc-systems/vscode-ecl/compare/ecl-v2.33.2...ecl-v2.34.0) (2026-01-06)
13+
14+
15+
### Features
16+
17+
* add AI tool to fetch ECL Archive ([#488](https://github.com/hpcc-systems/vscode-ecl/issues/488)) ([9e54966](https://github.com/hpcc-systems/vscode-ecl/commit/9e549669df3a8d094f75ce28d78ea880ed8c92c1))
18+
* add WU Error/Warning AI tool ([#487](https://github.com/hpcc-systems/vscode-ecl/issues/487)) ([cbacf13](https://github.com/hpcc-systems/vscode-ecl/commit/cbacf13954e8695cf4582fa686c6d2064fc3f3cf))
19+
* add WUQuery AI tool ([#483](https://github.com/hpcc-systems/vscode-ecl/issues/483)) ([f822bdb](https://github.com/hpcc-systems/vscode-ecl/commit/f822bdb03cccdb4206d9062ebefe5d0e1696a367))
20+
21+
22+
### Bug Fixes
23+
24+
* update tooltip and group names for HPCC platform commands and improve session management ([#481](https://github.com/hpcc-systems/vscode-ecl/issues/481)) ([0673025](https://github.com/hpcc-systems/vscode-ecl/commit/0673025665bf83acc8b272e312fa8642272ad0d1))
25+
1226
## [2.33.2](https://github.com/hpcc-systems/vscode-ecl/compare/ecl-v2.33.1...ecl-v2.33.2) (2025-12-05)
1327

1428

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "ecl",
4-
"version": "2.33.2",
4+
"version": "2.34.0",
55
"publisher": "hpcc-systems",
66
"displayName": "ECL Language",
77
"description": "ECL (Enterprise Control Language) support for Visual Studio Code",

0 commit comments

Comments
 (0)