Skip to content

Commit 26290b6

Browse files
dmartinochoaclaude
andcommitted
release: v1.0.1
Stability batch on top of v1.0.0 — three rounds of edge-case hardening covered by 57 new tests (194 → 251). No new features; no behavior change for users on the golden path. Folds the accumulated [Unreleased] entries into ## [1.0.1] and drops the empty Unreleased header so the publish.yml awk extractor lifts the right block into the GitHub release notes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 2aa6322 commit 26290b6

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,18 @@ versions follow [SemVer](https://semver.org/).
1111
> section **above** Unreleased, or remove the Unreleased block for the
1212
> release commit. Otherwise the GitHub release ships boilerplate.
1313
14-
## [Unreleased]
14+
## [1.0.1] — 2026-05-19
15+
16+
Stability batch on top of v1.0.0 — three rounds of edge-case
17+
hardening covered by 57 new tests (194 → 251). No new features; no
18+
behavior change for users on the golden path. Highlights: the LSP
19+
install command now uses the universal `python -m pip` form so the
20+
official Windows Python installer + corporate ExecutionPolicy combo
21+
stops blocking first-run install; the welcome panel and status bar
22+
no longer go stale after an LSP crash or workspace-folder removal;
23+
`Scan workspace` against a dead LSP surfaces a real error instead of
24+
a false-success toast; the rc → ga "What's new" toast actually fires
25+
this time.
1526

1627
### Changed
1728

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pipeline-check",
33
"displayName": "Pipeline-Check",
44
"description": "Lint CI/CD pipelines for 22 providers against OWASP Top 10 CI/CD Risks and 14 other compliance frameworks. 810+ rules, inline in your editor.",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"publisher": "greylag-ci",
77
"license": "MIT",
88
"icon": "icon.png",

0 commit comments

Comments
 (0)