Skip to content

Commit 2d63835

Browse files
Merge pull request #119 from github/release/0.25.5
Release version 0.25.5
2 parents a715f4f + 423ec79 commit 2d63835

File tree

3 files changed

+46
-37
lines changed

3 files changed

+46
-37
lines changed

CHANGELOG.md

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

3+
## [0.25.5]
4+
5+
- Fixes errors around "on-error" token parsing
6+
- Handle auto-completion for string and boolean mappings
7+
- Get and display all workflows, all jobs per workflow, and last 100 workflow runs in the extension view
8+
- Show logs for repos with non-lowercase owner name.
9+
310
## [0.25.4]
11+
412
- Add branches to merge-group schema
513
- Improve expression validation for short-circuiting expressions
614
- Fix workflow call description parsing
@@ -9,6 +17,7 @@
917
- Fix sign-in issues
1018

1119
## [0.25.0]
20+
1221
- Public beta release of the official GitHub Actions extension
1322

1423
## Community extension

package-lock.json

Lines changed: 36 additions & 36 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
@@ -8,7 +8,7 @@
88
"url": "https://github.com/github/vscode-github-actions"
99
},
1010
"description": "GitHub Actions workflows and runs for github.com hosted repositories in VS Code",
11-
"version": "0.25.4",
11+
"version": "0.25.5",
1212
"engines": {
1313
"vscode": "^1.72.0",
1414
"node": ">= 16"

0 commit comments

Comments
 (0)