cargo-version-info 0.0.15

Cargo subcommand for unified version management across CI/CD, Rust code, and shell scripts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Plan

Planned improvements for cargo-version-info.

## Pending

- [ ] **Sign commits created by `bump` command**: The `bump` command
      creates commits that are not signed. Repos that require signed
      commits (via GitHub branch protection rules) reject pushes of
      unsigned commits. The bump command should respect the user's
      git signing configuration (`commit.gpgsign`, `user.signingkey`,
      etc.) and create signed commits when configured.