Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: commitizen-tools/commitizen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.16.3
Choose a base ref
...
head repository: commitizen-tools/commitizen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.16.4
Choose a head ref
  • 10 commits
  • 25 files changed
  • 6 contributors

Commits on May 30, 2026

  1. Configuration menu
    Copy the full SHA
    d024c22 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2026

  1. ci(deps): bump actions/checkout from 6 to 7 (#2016)

    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 19, 2026
    Configuration menu
    Copy the full SHA
    8fc9419 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b37c9d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2026

  1. Configuration menu
    Copy the full SHA
    6cc7e74 View commit details
    Browse the repository at this point in the history
  2. ci: make bump preview comment sticky (#2008)

    Co-authored-by: Copilot <[email protected]>
    bearomorphism and Copilot authored Jun 21, 2026
    Configuration menu
    Copy the full SHA
    5ef5483 View commit details
    Browse the repository at this point in the history
  3. ci(deps): bump codecov/codecov-action from 6 to 7 (#2013)

    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 21, 2026
    Configuration menu
    Copy the full SHA
    1bacc52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c85e41f View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2026

  1. Configuration menu
    Copy the full SHA
    4765a41 View commit details
    Browse the repository at this point in the history
  2. fix(providers/cargo): don't crash on workspace member with fixed version

    When iterating workspace members in `CargoProvider.set_lock_version`, the
    code subscripted `package["version"]["workspace"]` inside a try/except
    block that only caught `NonExistentKey`. If a member's `Cargo.toml`
    declared a hardcoded version (`version = "x.y.z"`) instead of
    `version.workspace = true`, `package["version"]` was a tomlkit `String`
    and the subscript raised `TypeError: string indices must be integers,
    not 'str'`, which was not caught and propagated as a crash.
    
    Replace the exception-driven check with an `isinstance` type guard so
    the inheritance lookup only runs when `version` is an actual table.
    
    Fixes #2001
    
    Co-authored-by: Copilot <[email protected]>
    2 people authored and woile committed Jun 22, 2026
    Configuration menu
    Copy the full SHA
    86b8361 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    205e71c View commit details
    Browse the repository at this point in the history
Loading