Skip to content

Latest commit

 

History

History
80 lines (57 loc) · 3.65 KB

File metadata and controls

80 lines (57 loc) · 3.65 KB

Changelog

Unreleased

2026-02-06 - v0.3.1

  • Describe the notable changes here.

2025-12-21 - v0.3.0

  • Describe the notable changes here.

2025-12-14 - v0.2.2

  • Describe the notable changes here.

Added

  • Global --dry-run / --no-color flags accepted after subcommands.
  • Git workflows: branch-create, branch-finalize, and release-pr now execute fetch/rebase/merge/push logic, respect dry-run, and update changelogs.
  • Version commands (show, bump, changelog) support semantic versioning, changelog updates, staging/commit/tag, and dry-run previews.
  • Logging initializes a tracing subscriber to enable structured logs.
  • Cargo scaffolds and deny templates now allow MPL/Unicode licenses and run cargo +nightly udeps by default.
  • dev install python now ensures uv, ruff, and mypy are available via uv tool install.
  • Python CI pipeline now runs pre-commit hooks by default after lint/type/test.

Fixed

  • Addressed cargo-udeps false positives by ignoring chrono/regex/serde_json.
  • Prevented release PR creation when no commits exist between base and head.
  • Ensured config generation overwrites only with --force and summarises configs on show/check/reload.
  • Avoided changelog writes before git status checks in release PR flow.

2025-10-09 - v0.1.1

  • Describe the notable changes here.

2026-02-06 (main → release-candidate)

  • dev ci
  • chore(python): add pre-commit to CI pipeline
  • feat(python): install toolchain dependencies during scaffold
  • feat: auto-generate default config when missing
  • docs: add usage guide

Changelog

2025-10-09 - v0.1.1

Added

  • Global --dry-run / --no-color flags accepted after subcommands.
  • Git workflows: branch-create, branch-finalize, and release-pr now execute fetch/rebase/merge/push logic, respect dry-run, and update changelogs.
  • Version commands (show, bump, changelog) support semantic versioning, changelog updates, staging/commit/tag, and dry-run previews.
  • Logging initializes a tracing subscriber to enable structured logs.
  • Cargo scaffolds and deny templates now allow MPL/Unicode licenses and run cargo +nightly udeps by default.
  • dev install python now ensures uv, ruff, and mypy are available via uv tool install.
  • Python CI pipeline now runs pre-commit hooks by default after lint/type/test.

Fixed

  • Addressed cargo-udeps false positives by ignoring chrono/regex/serde_json.
  • Prevented release PR creation when no commits exist between base and head.
  • Ensured config generation overwrites only with --force and summarises configs on show/check/reload.
  • Avoided changelog writes before git status checks in release PR flow.

2025-12-14 - v0.2.2

  • Describe the notable changes here.

Added

  • Global --dry-run / --no-color flags accepted after subcommands.
  • Git workflows: branch-create, branch-finalize, and release-pr now execute fetch/rebase/merge/push logic, respect dry-run, and update changelogs.
  • Version commands (show, bump, changelog) support semantic versioning, changelog updates, staging/commit/tag, and dry-run previews.
  • Logging initializes a tracing subscriber to enable structured logs.
  • Cargo scaffolds and deny templates now allow MPL/Unicode licenses and run cargo +nightly udeps by default.

Fixed

  • Addressed cargo-udeps false positives by ignoring chrono/regex/serde_json.
  • Prevented release PR creation when no commits exist between base and head.
  • Ensured config generation overwrites only with --force and summarises configs on show/check/reload.
  • Avoided changelog writes before git status checks in release PR flow.