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: pytest-dev/iniconfig
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: pytest-dev/iniconfig
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 15 commits
  • 8 files changed
  • 5 contributors

Commits on Jan 7, 2023

  1. Copy the full SHA
    f81ae03 View commit details
  2. Merge pull request #52 from pytest-dev/license-fix

    fix #26 - list individuals in license file
    RonnyPfannschmidt authored Jan 7, 2023
    Copy the full SHA
    6fe9a72 View commit details
  3. Run tests in CI

    The current setup was not actually running the tests, only installing the package.
    nicoddemus committed Jan 7, 2023
    Copy the full SHA
    41e5fff View commit details
  4. Merge pull request #53 from nicoddemus/run-tests-ci

    Run tests in CI
    nicoddemus authored Jan 7, 2023
    Copy the full SHA
    18f0e6d View commit details

Commits on Mar 9, 2023

  1. Use pypa/gh-action-pypi-publish@release/v1 @ GHA

    `master` has been sunset quite a while ago and points to a historic version. To use the latest stable release of this action, it should be `release/v1`. The TestPyPI upload uses the right step, but the PyPI one doesn't. This patch corrects that.
    webknjaz authored Mar 9, 2023
    Copy the full SHA
    978096f View commit details
  2. Merge pull request #54 from webknjaz/patch-1

    Use `pypa/gh-action-pypi-publish@release/v1` @ GHA
    RonnyPfannschmidt authored Mar 9, 2023
    Copy the full SHA
    9cae431 View commit details

Commits on Sep 1, 2023

  1. Add support for Python 3.12

    hugovk committed Sep 1, 2023
    Copy the full SHA
    4a53042 View commit details
  2. Copy the full SHA
    58b22b2 View commit details
  3. Copy the full SHA
    8c4bb5b View commit details

Commits on Aug 2, 2024

  1. Bump GitHub Actions

    hugovk committed Aug 2, 2024
    Copy the full SHA
    2eb8abf View commit details
  2. Add support for Python 3.13

    hugovk committed Aug 2, 2024
    Copy the full SHA
    3dc2b2d View commit details

Commits on Sep 3, 2024

  1. Merge pull request #56 from hugovk/add-3.12

    Add support for Python 3.12-3.13 and drop EOL 3.7
    RonnyPfannschmidt authored Sep 3, 2024
    Copy the full SHA
    16793ea View commit details

Commits on Mar 19, 2025

  1. fix #62: require a minimal hatch version with correct metadata

    RonnyPfannschmidt committed Mar 19, 2025
    Copy the full SHA
    0bb99ad View commit details
  2. update changelog

    RonnyPfannschmidt committed Mar 19, 2025
    Copy the full SHA
    136435d View commit details
  3. pre-commit

    RonnyPfannschmidt committed Mar 19, 2025
    Copy the full SHA
    34793a6 View commit details
Loading