Skip to content
Melange v0.9.1

Melange v0.9.1

August 17, 2026·pthm
pthm

Melange v0.9.1 is a build fix: go install github.com/pthm/melange@latest now resolves and builds cleanly. If you install the CLI from source, upgrade past v0.9.0.

The fix

v0.9.0 carried a replace directive for google.golang.org/genproto in the root go.mod. go install ignores replace directives in the module being installed, so installing the CLI from source failed to resolve dependencies. The directive has been moved out of the root module, so go install works again.

go install github.com/pthm/melange@latest

No runtime, schema, or generated-SQL changes — nothing to re-migrate.

Feedback

Open an issue for bug reports or feature requests.