Skip to content

v0.0.12

Choose a tag to compare

@ynsta ynsta released this 20 May 15:51
· 17 commits to master since this release

Toolchain and dependency refresh. No change to generated PostgreSQL output.

Highlights

  • lyft/protoc-gen-star v0.6.2 → v2.0.4 (new /v2 module path).
  • Dropped deprecated github.com/golang/protobuf direct dependency.
  • Regenerated psql/psql.pb.go with protoc-gen-go v1.36.11 (was v1.27.1); now imports from google.golang.org/protobuf/types/descriptorpb.
  • golangci-lint pinned to v2.12.2 (CI + pre-commit).
  • Removed gitleaks from CI and pre-commit hooks (BSL-1.1 license, no commercial license available; carve-out documented in AGENTS.md).
  • Added multi-directory regression fixture (tests/sub/asset.proto) locking in source-relative output behaviour.

See CHANGELOG.md for full notes.

Full changelog: v0.0.11...v0.0.12