Skip to content

Releases: streamingfast/sfreleaser

v0.13.1

Choose a tag to compare

@maoueh maoueh released this 03 Feb 15:27
  • Check if changelog is populated with correct update before release.

v0.13.0

Choose a tag to compare

@maoueh maoueh released this 07 Jan 20:46
  • Bumped to Golang 1.25, this will pull goreleaser/goreleaser-cross:v1.25 so expect some delays before your build starts.

  • Fixed some generated Goreleaser config files to work with latest goreleaser releases.

v0.12.4

Choose a tag to compare

@maoueh maoueh released this 09 Oct 22:12
  • Improved git remote resolution: automatically uses matching remote based on owner when available, falls back to --git-remote flag or default origin when none or multiple remotes match. Uses local git config for fast lookup without server queries.
  • Added --repository flag as alternative to --owner/--project pair; accepts formats like owner/project, github.com/owner/project, or https://github.com/owner/project.
  • Fixed gh commands to always pass --repo <owner>/<project> flag to ensure correct repository context.

v0.12.3

Choose a tag to compare

@maoueh maoueh released this 06 Oct 19:56
  • Renamed sfreleaser install to sfreleaser init; install command still works with deprecation warning.
  • Added support for Rust application variant during init with no-binaries: true automatically set.
  • Fixed deprecated archives.format usage by switching to archives.formats (list format).

v0.12.2

Choose a tag to compare

@maoueh maoueh released this 06 Oct 19:16
  • Added release.no-binaries config option to skip binary builds when releasing application variants (useful when binaries are built through other means; cannot be used with library variant).

v0.12.1

Choose a tag to compare

@maoueh maoueh released this 24 Sep 05:24
  • Improved sfreleaser changelog extract-section to read for a github repository file directly.

  • Improved sfreleaser changelog extract-section to accept --github-output=changelog:$GITHUB_OUTPUT

v0.12.0

Choose a tag to compare

@maoueh maoueh released this 23 Sep 18:21
  • Added sfreleaser changelog extract-section to be usable in GitHub CI for easy external release management.

  • Removed deprecation warnings from Goreleaser for snapshot and archives.

  • Some fixes for Substreams publishing.

v0.11.1

Choose a tag to compare

@maoueh maoueh released this 14 Aug 23:19
  • Fixed --teamSlug flag to use new version --team-slug when doing substreams registry publish.

v0.11.0

Choose a tag to compare

@maoueh maoueh released this 14 Aug 19:22
  • Initial release for supporting Substreams variant under language Rust.

    Requires latest Substreams CLI for correctly publish packages to the registry.

v0.10.1

Choose a tag to compare

@maoueh maoueh released this 18 Jul 15:54
  • Fixed sfreleaser build not using correct latest goreleaser/goreleaser-cross:v1.24 image.