>_wterminalreleases
Releases

Versioned, reviewable, and intentionally small.

Versioning

  • patch: fixes and low-risk internal improvements
  • minor: backward-compatible features
  • major: breaking changes

Release checks

  • tag format must be vX.Y.Z
  • Cargo.toml version must match the tag
  • CHANGELOG.md must contain the version entry

Automation

  • pull requests run formatting, linting, tests, and release checks
  • merges to main publish the site
  • release tags publish the crate and create Codeberg release metadata

Install after release

cargo install wterminal

# or
curl -fsSL https://codeberg.org/letllmrun/wterminal/raw/tag/v0.1.0/site/install.sh | WTERMINAL_VERSION=v0.1.0 sh

Release output is intentionally simple: published crate, repository metadata, and site updates.