Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.72 KB

File metadata and controls

48 lines (27 loc) · 1.72 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.1.3 - 2026-02-25

Other

  • remove cargo-release from mise.toml (#12)

0.1.2 - 2026-02-24

Added

  • make source optional with --source/-s and --target/-t flags (#8)

0.1.1 - 2026-02-24

Added

  • respect .gitignore with .worktreelinks override (#7)

Fixed

  • (ci) add git_only option to release-plz config for unpublished packages (#9)
  • (ci) use PAT for release-plz PR creation (#5)

Other

  • release v0.1.0 (#6)

0.1.0 - 2026-02-24

Added

  • integrate release-plz with git-cliff for automated changelog generation (#4)

Other

  • add dist profile with thin LTO for cargo-dist (#3)
  • (dist) switch to separate homebrew-tap repository (#2)
  • Implement worktree-link CLI tool (#1)
  • Initial commit