Skip to content

Releases: chekusu/shipkey

v0.3.20

Choose a tag to compare

@github-actions github-actions released this 23 Mar 18:33

What's New

Multi-environment env file support

setup and pull now write secrets to environment-specific local files instead of a single shared file.

Environment Regular projects Cloudflare Workers
dev .env.development.local .dev.vars
prod .env.production.local .dev.vars.production

This prevents dev and prod secrets from overwriting each other. The env parameter is optional — without it, behavior is unchanged (backward compatible).

Documentation

  • Fixed default env in README examples (prod, not dev)
  • Added env-specific file mapping table to all three language READMEs (en, zh, ja)

v0.3.19

Choose a tag to compare

@github-actions github-actions released this 23 Mar 09:50
chore: bump version to v0.3.19

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.3.18

Choose a tag to compare

@github-actions github-actions released this 23 Mar 09:34
chore: bump version to v0.3.18

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.3.17

Choose a tag to compare

@github-actions github-actions released this 18 Mar 08:03
chore: bump version to v0.3.17

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.3.16

Choose a tag to compare

@github-actions github-actions released this 15 Mar 10:03
chore: bump version to v0.3.16

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.3.15

Choose a tag to compare

@github-actions github-actions released this 12 Mar 11:26
chore: bump version to v0.3.15

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.3.14

Choose a tag to compare

@github-actions github-actions released this 12 Mar 08:27
feat: add Coinbase provider detection

chore: bump shipkey to 0.3.14, @shipkey/core to 0.2.7

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.3.13

Choose a tag to compare

@github-actions github-actions released this 09 Mar 05:56
fix: replace Unicode arrows with ASCII in provider guides to fix moji…

v0.3.12

Choose a tag to compare

@github-actions github-actions released this 08 Mar 14:56
chore: bump shipkey to 0.3.12, @shipkey/core to 0.2.5

Includes fixes since v0.3.11:
- Escape dots in project names for op assignment statements
- Fix encoding issue in error messages (em dash → hyphen)
- Add charset=utf-8 to JSON response headers

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.3.11

Choose a tag to compare

@github-actions github-actions released this 08 Mar 14:46
fix: wrangler auth check with whoami + config file fallback

Bump shipkey to 0.3.11

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>