# Tenzir Ship v0.1.0

This initial version introduces the inaugural `tenzir-changelog` CLI, covering project bootstrapping, entry capture, rich browsing, release assembly, documentation, and validation tooling.

## 🚀 Features

### Assemble release manifests from unreleased entries

Oct 21, 2025 · [@codex](https://github.com/codex)

Provide a `release` subcommand that collects unreleased entries, writes versioned manifests with archived entry copies, and generates release notes with an optional introduction template.

### Browse entries in rich terminal views

Oct 21, 2025 · [@codex](https://github.com/codex)

Add `list` and `show` commands that render changelog entries in a Rich-powered table, support filtering by project or release, and output Markdown or JSON for downstream tooling.

### Capture entries with a guided CLI flow

Oct 21, 2025 · [@codex](https://github.com/codex)

Introduce the `tenzir-changelog add` workflow that gathers authors, pull requests, and entry types from the terminal, opens an editor for the body, and writes structured Markdown entries without manual file wrangling.

### Bootstrap changelog projects interactively

Oct 21, 2025 · [@codex](https://github.com/codex)

Ship the `tenzir-changelog bootstrap` command to scaffold a changelog workspace, prompting for project metadata, guessing the default GitHub repository, and preparing config and directories for immediate use.

## 🔧 Changes

### Publish documentation and agent onboarding guides

Oct 21, 2025 · [@codex](https://github.com/codex)

Ship README, development, and user guides alongside AI agent context so contributors have a single place to learn the workflows and expectations for `tenzir-changelog`.

### Validate changelog projects in CI pipelines

Oct 21, 2025 · [@codex](https://github.com/codex)

Bundle a `validate` command and GitHub Actions workflow so repositories can enforce formatting, linting, type checks, and changelog integrity on every push.

[ Download on GitHub ](https://github.com/tenzir/ship/releases/tag/v0.1.0)

[Get the release artifacts and source code.](https://github.com/tenzir/ship/releases/tag/v0.1.0)