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: v3.20.0
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: v3.21.0
Choose a head ref
  • 18 commits
  • 16 files changed
  • 4 contributors

Commits on Mar 21, 2024

  1. build(deps): bump importlib-metadata from 7.0.2 to 7.1.0

    Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 7.0.2 to 7.1.0.
    - [Release notes](https://github.com/python/importlib_metadata/releases)
    - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
    - [Commits](python/importlib_metadata@v7.0.2...v7.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: importlib-metadata
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Lee-W committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f485108 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. build(deps-dev): bump pytest-mock from 3.12.0 to 3.14.0

    Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.12.0 to 3.14.0.
    - [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
    - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest-mock@v3.12.0...v3.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: pytest-mock
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Lee-W committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    49dc1be View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump ruff from 0.3.3 to 0.3.4

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.3 to 0.3.4.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@v0.3.3...v0.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Lee-W committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    00daf2a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. build(deps-dev): bump mkdocs-material from 9.5.14 to 9.5.15

    Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.14 to 9.5.15.
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.14...9.5.15)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Lee-W committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    d34b946 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0

    Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0.
    - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest-cov@v4.1.0...v5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: pytest-cov
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Lee-W committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8daca3f View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    3212eaa View commit details
    Browse the repository at this point in the history
  2. test(commit): add tests for retry_after_failure config option and --n…

    …o-retry flag
    crai0 authored and Lee-W committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    2532003 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1c1e57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4b7e01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c95c16 View commit details
    Browse the repository at this point in the history
  6. test(commit): add test for --no-retry flag

    crai0 authored and Lee-W committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    e6b5e8b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d3f2b68 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e2644c9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    820ada2 View commit details
    Browse the repository at this point in the history
  10. test(utils): add test for get_backup_file_path when git.find_project_…

    …root returns None
    crai0 authored and Lee-W committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    4f3931a View commit details
    Browse the repository at this point in the history
  11. test(commit): create new test for backup file creation and use fixtur…

    …e for other retry test cases
    crai0 authored and Lee-W committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    fc3c1e9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b42a676 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ffb6df7 View commit details
    Browse the repository at this point in the history
Loading