8000 Comparing v3.14.0...v3.14.1 · 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.14.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.14.1
Choose a head ref
  • 8 commits
  • 19 files changed
  • 4 contributors

Commits on Feb 2, 2024

  1. build(deps-dev): bump ruff from 0.1.15 to 0.2.0

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.15 to 0.2.0.
    - [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.1.15...v0.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      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 Feb 2, 2024
    Configuration menu
    Copy the full SHA
    9c02ae2 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump black from 23.12.1 to 24.1.1

    Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.1.1.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@23.12.1...24.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: black
      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 Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e3c6bc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8e970b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    893cf8c View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. fix(scm): only search tags that are reachable by the current commit

    The scm provider requires tags to be the source of truth for the current version, instead of files.  Therefore, the current version should be the highest tag version upstream from the current commit.
    chadrik authored and woile committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    1c022dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b84f30 View commit details
    Browse the repository at this point in the history
  3. fix(bump): remove unused method

    chadrik authored and woile committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    c1b1386 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4055bbb View commit details
    Browse the repository at this point in the history
Loading
0