- Describe the notable changes here.
- Describe the notable changes here.
- Describe the notable changes here.
- Global
--dry-run/--no-colorflags accepted after subcommands. - Git workflows:
branch-create,branch-finalize, andrelease-prnow 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 udepsby default. dev install pythonnow ensuresuv,ruff, andmypyare available viauv tool install.- Python CI pipeline now runs
pre-commithooks by default after lint/type/test.
- 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
--forceand summarises configs on show/check/reload. - Avoided changelog writes before git status checks in release PR flow.
- Describe the notable changes here.
- 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
- Global
--dry-run/--no-colorflags accepted after subcommands. - Git workflows:
branch-create,branch-finalize, andrelease-prnow 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 udepsby default. dev install pythonnow ensuresuv,ruff, andmypyare available viauv tool install.- Python CI pipeline now runs
pre-commithooks by default after lint/type/test.
- 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
--forceand summarises configs on show/check/reload. - Avoided changelog writes before git status checks in release PR flow.
- Describe the notable changes here.
- Global
--dry-run/--no-colorflags accepted after subcommands. - Git workflows:
branch-create,branch-finalize, andrelease-prnow 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 udepsby default.
- 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
--forceand summarises configs on show/check/reload. - Avoided changelog writes before git status checks in release PR flow.