Skip to content

Commit 2e65aba

Browse files
lucianfialhoclaude
andcommitted
chore: release v0.6.0
Highlights since v0.5.0: - feat: multi-header auth for VTEX-style APIs (#20, PR #21) - --header / -H flag, repeatable, works inline and via `auth login` profiles - $VAR / ${VAR} expansion per header value with empty-var warning - --agent-help now suggests multi-header usage on specs with 2+ apiKey schemes - fix: mask all auth header values in --verbose output (not just Authorization) - fix: reject CR/LF in header names/values (RFC 7230 injection guard) - fix: parse object and array params from JSON strings (#15, PR #19) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8115c56 commit 2e65aba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spec2cli",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"type": "module",
55
"main": "dist/index.js",
66
"bin": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const program = new Command();
2121
program
2222
.name("spec2cli")
2323
.description("Turn any OpenAPI spec into a CLI. No code generation, no build step.")
24-
.version("0.5.0")
24+
.version("0.6.0")
2525
.addHelpText("after", `
2626
Commands (registry):
2727
use <api> [args...] Use an API from the registry

0 commit comments

Comments
 (0)