Skip to content

Releases: Daily-Nerd/vitni

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 19:43
f0fab9c

0.5.1 (2026-07-11)

Bug Fixes

  • republish npm package so the corrected README reaches the npm page (f9ec0a2)

go/v0.5.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 19:43
f0fab9c

Go module release tracking @daily-nerd/vitni@0.5.1. Changelog: CHANGELOG.md.

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 03:04
cdae5ee

0.5.0 (2026-07-10)

Features

  • keygen command (Ed25519 keypair generation + JWK derivation) (#41) (35e1741)

go/v0.5.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 03:04
cdae5ee

Go module release tracking @daily-nerd/vitni@0.5.0. Changelog: CHANGELOG.md.

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 18:08
36be190

0.4.0 (2026-07-09)

⚠ BREAKING CHANGES

  • protocol vitni/0.2 — local binding, ext field, wire-literal flip, 47 vectors (#25)

Features

  • protocol vitni/0.2 — local binding, ext field, wire-literal flip, 47 vectors (#25) (6b1708e)

Bug Fixes

  • go: empty-string parent_performer_id is a carried lineage claim (#38) (e1cb638)
  • reject unknown top-level keys + non-string cost at sign; reject duplicate keys (§4.1) (#39) (b4ef643), closes #34
  • ts: strict input decode to match Go + spec §4.1 (#35) (0d8e713)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 05:16
fe7a3e5

0.3.0 (2026-07-09)

⚠ BREAKING CHANGES

  • Go module path, Go package name, npm package name, bin name, and two exported TS symbols are renamed.

Features

  • rename project to vitni (formerly veritrail) (#22) (7b22f9f)

go/v0.4.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 18:08
36be190

Go module release tracking @daily-nerd/vitni@0.4.0. Changelog: CHANGELOG.md.

go/v0.3.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 05:16
fe7a3e5

Go module release tracking @daily-nerd/vitni@0.3.0. Changelog: CHANGELOG.md.

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 12 Jun 07:54
12cc535

0.2.2 (2026-06-12)

Bug Fixes

  • ts: derive protocol version from a single shared constant (#20) (a67586c)

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 12 Jun 06:13
4e1f463

0.2.1 (2026-06-12)

Bug Fixes

  • cli: add node shebang to bin entrypoint (#12) (fb6135c), closes #11