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: python-semantic-release/python-semantic-release
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.21.0
Choose a base ref
...
head repository: python-semantic-release/python-semantic-release
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.21.1
Choose a head ref
  • 17 commits
  • 13 files changed
  • 7 contributors

Commits on Feb 23, 2025

  1. Configuration menu
    Copy the full SHA
    98287c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84a752b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5093f30 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2025

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

Commits on Apr 17, 2025

  1. build(deps): expand python-gitlab dependency to include v5.0.0 (#…

    …1228)
    
    The primary change from `v4` to `v5` in this dependency was the removal of
    identified support for `Python 3.8`.  Since we still support `Python 3.8`,
    then we need to maintain the flexibility for 3.8 package managers to install
    `v4` while allowing more modern projects to use the new features of `v5`
    along side `python-semantic-release`.
    
    Co-authored-by: Neil McDonald <nmcdonald@gitlab.com>
    xakepnz and Neil McDonald authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    a0cd1be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca66457 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d274f0c View commit details
    Browse the repository at this point in the history
  4. build(deps): bump rich dependency from 13.0 to 14.0 (#1224)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    691536e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2025

  1. docs(github-actions): expound on monorepo example to include publishi…

    …ng actions (#1229)
    
    Co-authored-by: codejedi365 <codejedi365@gmail.com>
    timonrieger and codejedi365 authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    550e85f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2025

  1. Configuration menu
    Copy the full SHA
    f7acbf3 View commit details
    Browse the repository at this point in the history
  2. build(deps-build): expand setuptools dependency to include v76, `…

    …v77`, & `v78` (#1225)
    
    This expansion maintains support for python 3.8 while accepting the new features of
    setuptools with more modern python versions.
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 19, 2025
    Configuration menu
    Copy the full SHA
    6e3678a View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Configuration menu
    Copy the full SHA
    493b906 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef7d4ff View commit details
    Browse the repository at this point in the history
  3. build(deps-build): expand setuptools dependency to include v79 & `v…

    …80` (#1237)
    
    Co-authored-by: codejedi365 <codejedi365@users.noreply.github.com>
    dependabot[bot] and codejedi365 authored May 5, 2025
    Configuration menu
    Copy the full SHA
    f7ef0e4 View commit details
    Browse the repository at this point in the history
  4. refactor: pull project version variable from package metadata (#1240)

    * chore(project-config): remove the source code version stamp during release
    codejedi365 authored May 5, 2025
    Configuration menu
    Copy the full SHA
    71ab2cf View commit details
    Browse the repository at this point in the history
  5. fix(changelog-filters): fixes url resolution when prefix & path share…

    … letters (#1239)
    
    The change adjusts the url normalization computation to remove any
    path prefix and only the path prefix even when letters are shared with
    the rest of the url path.
    
    Resolves: #1204
    
    * test(hvcs-bitbucket): add validation for self hosted server commit url
    codejedi365 authored May 5, 2025
    Configuration menu
    Copy the full SHA
    f61f8a3 View commit details
    Browse the repository at this point in the history
  6. 9.21.1

    Automatically generated by python-semantic-release
    semantic-release committed May 5, 2025
    Configuration menu
    Copy the full SHA
    0dc72ac View commit details
    Browse the repository at this point in the history
Loading