Skip to content

Releases: DarkInno/scion

Scion v0.1.5

Choose a tag to compare

@github-actions github-actions released this 06 Jul 08:56
47e4e29

Install

go install github.com/DarkInno/scion/cmd/scion@v0.1.5

Or download a platform binary below and verify it with SHA256SUMS.

Verify

scion version
scion list
scion add cache --to internal/cache --dry-run

Assets

  • macOS: amd64, arm64
  • Linux: amd64, arm64
  • Windows: amd64, arm64
  • SHA256 checksums: SHA256SUMS

Scion v0.1.4

Choose a tag to compare

@github-actions github-actions released this 06 Jul 05:27
e4fb709

Install

go install github.com/DarkInno/scion/cmd/scion@v0.1.4

Or download a platform binary below and verify it with SHA256SUMS.

Verify

scion version
scion list
scion add cache --to internal/cache --dry-run

Assets

  • macOS: amd64, arm64
  • Linux: amd64, arm64
  • Windows: amd64, arm64
  • SHA256 checksums: SHA256SUMS

Scion v0.1.3

Choose a tag to compare

@github-actions github-actions released this 05 Jul 20:14
2544c0b

Install

go install github.com/DarkInno/scion/cmd/scion@v0.1.3

Or download a platform binary below and verify it with SHA256SUMS.

Verify

scion version
scion list
scion add cache --to internal/cache --dry-run

Assets

  • macOS: amd64, arm64
  • Linux: amd64, arm64
  • Windows: amd64, arm64
  • SHA256 checksums: SHA256SUMS

Scion v0.1.2

Choose a tag to compare

@github-actions github-actions released this 05 Jul 19:53
06322ac

Install

go install github.com/DarkInno/scion/cmd/scion@v0.1.2

Or download a platform binary below and verify it with SHA256SUMS.

Verify

scion version
scion list
scion add cache --to internal/cache --dry-run

Assets

  • macOS: amd64, arm64
  • Linux: amd64, arm64
  • Windows: amd64, arm64
  • SHA256 checksums: SHA256SUMS

Scion v0.1.1

Choose a tag to compare

@im10furry im10furry released this 05 Jul 19:25
5a00223

Install

go install github.com/DarkInno/scion/cmd/scion@v0.1.1

Or download a platform binary below and verify it with SHA256SUMS.

Highlights

  • Adds the first Scion CLI for copying embedded Go source templates into user projects.
  • Supports list, info, add, diff, doctor, and version commands.
  • Keeps template distribution offline through an embedded deterministic registry bundle.
  • Writes .scion-module.json metadata for later diff checks.
  • Keeps user go.mod untouched by default; modules with external dependencies require explicit --standalone.
  • Marks auth as the external dependency exception and keeps standard-library-only modules explicit.
  • Fixes release version reporting for linker-injected binaries and go install builds.
  • Normalizes text line endings for bundle freshness checks across Windows and Unix checkouts.

Verify

scion version
scion list
scion add cache --to internal/cache --dry-run