v0.0.1
First public release of arazzo-maestro.
See the README
for installation and usage.
Changelog
Features
- 090f166: feat(theme): create a theme for pb33f.io style (Emmanuel Peru 6033260+emmanuelperu@users.noreply.github.com)
CI / Build
- fdb0798: ci(deps): bump actions/checkout from 4 to 6 (#4) (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
- 795208f: ci(deps): bump actions/deploy-pages from 4 to 5 (#1) (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
- 9e1aad5: ci(deps): bump actions/setup-go from 5 to 6 (#3) (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
- 04581f5: ci(deps): bump golangci/golangci-lint-action from 7 to 9 (#5) (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
- 0da0729: ci(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.3 (#2) (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
- befae8c: ci: add release workflow triggered on v* tags (Emmanuel Peru 6033260+emmanuelperu@users.noreply.github.com)
- 8436a13: ci: bump golangci-lint-action to @v7 for v2.x support (Emmanuel Peru 6033260+emmanuelperu@users.noreply.github.com)
- 545f071: ci: fix govulncheck and golangci-lint v2 failures (Emmanuel Peru 6033260+emmanuelperu@users.noreply.github.com)
- 55911e0: ci: pin golangci-lint to v2.12.2 (Emmanuel Peru 6033260+emmanuelperu@users.noreply.github.com)
- fc6cc0a: ci: refresh outdated comment after golangci-lint-action @v7→@v9 (Emmanuel Peru 6033260+emmanuelperu@users.noreply.github.com)
- 9c91aad: make: render every built-in theme in 'make dist' (Emmanuel Peru 6033260+emmanuelperu@users.noreply.github.com)
Documentation
- b66bf67: doc(readme): add screenshots of workflows (Emmanuel Peru 6033260+emmanuelperu@users.noreply.github.com)
Other
- 3962bff: go.mod: use the canonical github.com/emmanuelperu/arazzo-maestro path (Emmanuel Peru 6033260+emmanuelperu@users.noreply.github.com)
- 5ead9ee: release: add goreleaser config + workflow for v0.0.1 (Emmanuel Peru 6033260+emmanuelperu@users.noreply.github.com)
Binaries are signed with cosign
via GitHub OIDC. To verify:
cosign verify-blob \
--certificate-identity-regexp 'https://github.com/emmanuelperu/arazzo-maestro/.github/workflows/release.yml@.*' \
--certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
--signature arazzo-maestro_<version>_<os>_<arch>.tar.gz.sig \
arazzo-maestro_<version>_<os>_<arch>.tar.gz