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: prometheus/client_python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.22.0
Choose a base ref
...
head repository: prometheus/client_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on May 28, 2025

  1. BugFix: Skip validating and parsing comment lines early (#1108) (#1109)

    Signed-off-by: Wissam Abu Ahmad <wabuahma@redhat.com>
    wissamir authored May 28, 2025
    Configuration menu
    Copy the full SHA
    938b73e View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. Use License Expressions in pyproject.toml (#1111)

    With the release of PEP-639 the best practice for specifying the license
    is now to use a license expression in the license field and specify any
    license files in license-files rather than the table-based approach from
    PEP-621. Including the license in the classifiers is also no longer
    allowed when using PEP-639 and has been removed.
    
    Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
    csmarchbanks authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    f294cbb View commit details
    Browse the repository at this point in the history
  2. Release 0.22.1

    Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
    csmarchbanks committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    d24220a View commit details
    Browse the repository at this point in the history
Loading