-
-
Notifications
You must be signed in to change notification settings - Fork 344
Comparing changes
Open a pull request
base repository: commitizen-tools/commitizen
base: v4.16.3
head repository: commitizen-tools/commitizen
compare: v4.16.4
- 10 commits
- 25 files changed
- 6 contributors
Commits on May 30, 2026
-
Configuration menu - View commit details
-
Copy full SHA for d024c22 - Browse repository at this point
Copy the full SHA d024c22View commit details
Commits on Jun 19, 2026
-
ci(deps): bump actions/checkout from 6 to 7 (#2016)
Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8fc9419 - Browse repository at this point
Copy the full SHA 8fc9419View commit details -
Configuration menu - View commit details
-
Copy full SHA for b37c9d7 - Browse repository at this point
Copy the full SHA b37c9d7View commit details
Commits on Jun 21, 2026
-
ci(docspublish): make cli_interactive gif regeneration deterministic (#…
…2009) Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6cc7e74 - Browse repository at this point
Copy the full SHA 6cc7e74View commit details -
ci: make bump preview comment sticky (#2008)
Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ef5483 - Browse repository at this point
Copy the full SHA 5ef5483View commit details -
ci(deps): bump codecov/codecov-action from 6 to 7 (#2013)
Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1bacc52 - Browse repository at this point
Copy the full SHA 1bacc52View commit details -
Configuration menu - View commit details
-
Copy full SHA for c85e41f - Browse repository at this point
Copy the full SHA c85e41fView commit details
Commits on Jun 22, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 4765a41 - Browse repository at this point
Copy the full SHA 4765a41View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 86b8361 - Browse repository at this point
Copy the full SHA 86b8361View commit details -
Configuration menu - View commit details
-
Copy full SHA for 205e71c - Browse repository at this point
Copy the full SHA 205e71cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.16.3...v4.16.4