Skip to content

Commit e726e18

Browse files
committed
Prepare v0.8.0 release metadata
Bump crate, npm, and VS Code extension versions to 0.8.0 so the tag-driven release workflow can publish a coherent release. Constraint: Release automation now validates tag-to-version alignment before publishing Rejected: Keep manual publish steps in the local script | duplicates the release workflow and increases drift risk Confidence: high Scope-risk: narrow Reversibility: clean Directive: Use this script to prepare release metadata, then let the tag-triggered GitHub workflow publish artifacts Tested: cargo fmt --check; cargo clippy -- -D warnings; cargo test; npm ci && npm run build (www); npm ci && npm run compile (vscode-extension); npm pack --dry-run (packages/npm) Not-tested: Live publish against GitHub Releases, npm, crates.io, and VS Code Marketplace
1 parent 7014ec5 commit e726e18

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "foxguard"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
edition = "2021"
55
description = "A security scanner as fast as a linter, written in Rust. 170+ built-in rules across 10 languages."
66
license = "MIT"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
security-events: write
134134
steps:
135135
- uses: actions/checkout@v4
136-
- uses: PwnKit-Labs/foxguard/action@v0.7.1
136+
- uses: PwnKit-Labs/foxguard/action@v0.8.0
137137
with:
138138
path: .
139139
severity: medium
@@ -148,7 +148,7 @@ Findings land in **Security → Code Scanning**. On any other CI: `npx foxguard@
148148
```yaml
149149
repos:
150150
- repo: https://github.com/PwnKit-Labs/foxguard
151-
rev: v0.7.1
151+
rev: v0.8.0
152152
hooks:
153153
- id: foxguard
154154
```

packages/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foxguard",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"description": "A security scanner as fast as a linter, written in Rust. 170+ built-in rules across 10 languages.",
55
"license": "MIT",
66
"repository": {

vscode-extension/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.

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "foxguard",
33
"displayName": "foxguard",
44
"description": "A security scanner as fast as a linter, written in Rust.",
5-
"version": "0.7.1",
5+
"version": "0.8.0",
66
"publisher": "peaktwilight",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)