8000 Comparing v3.15.0...v3.16.0 · commitizen-tools/commitizen · GitHub
[go: up one dir, main page]

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.15.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.16.0
Choose a head ref
  • 11 commits
  • 13 files changed
  • 3 contributors

Commits on Feb 19, 2024

  1. build(deps-dev): bump ruff from 0.2.1 to 0.2.2

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.1 to 0.2.2.
    - [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.2.1...v0.2.2)
    
    ---
    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 Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ab8873b View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump pytest from 8.0.0 to 8.0.1

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.0 to 8.0.1.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.0.0...8.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      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 Feb 19, 2024
    Configuration menu
    Copy the full SHA
    80ad200 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. build(deps-dev): bump mkdocs-material from 9.5.9 to 9.5.10

    Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.9 to 9.5.10.
    - [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.9...9.5.10)
    
    ---
    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 Feb 20, 2024
    Configuration menu
    Copy the full SHA
    e8362cc View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. build(deps-dev): bump pytest from 8.0.1 to 8.0.2

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.1 to 8.0.2.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.0.1...8.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      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 Feb 26, 2024
    Configuration menu
    Copy the full SHA
    26329cf View commit details
    Browse the repository at this point in the history
  2. build(deps): bump typing-extensions from 4.9.0 to 4.10.0

    Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.9.0 to 4.10.0.
    - [Release notes](https://github.com/python/typing_extensions/releases)
    - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/python/typing_extensions/commits)
    
    ---
    updated-dependencies:
    - dependency-name: typing-extensions
      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 Feb 26, 2024
    Configuration menu
    Copy the full SHA
    c1467c8 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump mkdocs-material from 9.5.10 to 9.5.11

    Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.10 to 9.5.11.
    - [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.10...9.5.11)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:development
      update-type: version-update:semver-patch
    .
    10000
    ..
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Lee-W committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    74153b7 View commit details
    Browse the repository at this point in the history
  4. fix: Improve type annotations

    chadrik authored and woile committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ddab546 View commit details
    Browse the repository at this point in the history
  5. feat(commands): add bump --exact

    When bumping a prerelease to a new prerelease, honor the detected increment
    and preserve the prerelease suffix, rather than bumping to the next
    non-prerelease version
    chadrik authored and woile committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    1059556 View commit details
    Browse the repository at this point in the history
  6. fix(bump): only get and validate commits if increment is not provided

    This avoids calls to git and additional validations that are not necessary when using --increment
    chadrik authored and woile committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    c245b14 View commit details
    Browse the repository at this point in the history
  7. fix(bump): change --exact-increment to --increment-mode

    This provides some future proofing for implementing new version progression behaviors
    chadrik authored and woile committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    f9a0e2b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f75eddc View commit details
    Browse the repository at this point in the history
Loading
0