Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ All notable changes to EnvOrigin are documented here. The format follows
lockfile even older at 0.3.0). Synced to the CLI version and
`release.sh` now bumps `vscode/package.json` + `package-lock.json`
with every release so they can never drift again.
- Short-syntax `env_file:` was treated as required, so a missing env
file (a gitignored `.env` in a fresh clone, mastodon's
`.env.production`) hard-errored the analysis. `docker compose config`
treats it as a notice and exits 0; the analyzer now mirrors that —
missing short-syntax env files are skipped with `info
[env-file-missing]` (long syntax with `required: true` still errors).

## [1.11.0] - 2026-08-06

Expand Down
Loading