Skip to content
Legacy docs for Tenzir v5.x. For the latest Tenzir v6 series, visit docs.tenzir.com. Migrating from v5? Read the Tenzir v6 migration guide.

This release adds initial release support with implicit version bumping and fixes row numbering in multi-project views.

Implicit base version for initial releases

Section titled “Implicit base version for initial releases”

Jan 4, 2026 · @mavam, @claude

When creating the first release, you can now use --major, --minor, or --patch flags without an existing release. The tool uses an implicit 0.0.0 as the base version:

  • --major creates 1.0.0
  • --minor creates 0.1.0
  • --patch creates 0.0.1

Previously, these flags required at least one prior release, forcing users to always specify an explicit version for their first release.

Correct row numbering in multi-project view

Section titled “Correct row numbering in multi-project view”

Dec 22, 2025 · @mavam, @claude

Row numbers in multi-project table view now count down from the newest entry, matching single-project behavior. The show -c <row> command also resolves row numbers correctly against the displayed table.