Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Apr 23:10
· 31 commits to main since this release

Changelog

Features

  • fa0c535 feat: initial release v1.0.0

Bug Fixes

  • a0fafd8 fix: CI — use golangci-lint-action v7, relax perf test timeout for race detector
  • ce2f89d fix: add .node-version for Nixpacks (Node 22 required by Astro)
  • fe027bf fix: add version field to golangci-lint config for v2 compatibility
  • d19a92f fix: gitignore was blocking cmd/ogre/ — change 'ogre' to '/ogre'
  • 4b0fb7a fix: install golangci-lint from source for Go 1.25 compat
  • 51126b8 fix: pin golangci-lint to v2.1 for Go 1.25 compatibility
  • 1863f18 fix: remove gosimple linter (merged into staticcheck in v2)
  • e9ea8bc fix: use golangci-lint v2.11.4 for Go 1.25 support