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-poetry/tomlkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.13.0
Choose a base ref
...
head repository: python-poetry/tomlkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.13.2
Choose a head ref
  • 12 commits
  • 13 files changed
  • 4 contributors

Commits on Jul 19, 2024

  1. chore(deps-dev): bump setuptools from 68.0.0 to 70.0.0 (#367)

    Bumps [setuptools](https://github.com/pypa/setuptools) from 68.0.0 to 70.0.0.
    - [Release notes](https://github.com/pypa/setuptools/releases)
    - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
    - [Commits](pypa/setuptools@v68.0.0...v70.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: setuptools
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    6e67526 View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (#368)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.5.1 → v0.5.2](astral-sh/ruff-pre-commit@v0.5.1...v0.5.2)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    60ed905 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    2344a42 View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (#369)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.5.2 → v0.5.4](astral-sh/ruff-pre-commit@v0.5.2...v0.5.4)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c35ab33 View commit details
    Browse the repository at this point in the history
  3. doc: upgrade docs requirements

    Signed-off-by: Frost Ming <me@frostming.com>
    frostming committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    507ca76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1b38b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    8b288a5 View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (#372)

    updates:
    - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0)
    - [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.5.5](astral-sh/ruff-pre-commit@v0.5.4...v0.5.5)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    3594bdf View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. [pre-commit.ci] pre-commit autoupdate (#376)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.5.7](astral-sh/ruff-pre-commit@v0.5.5...v0.5.7)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    168cb22 View commit details
    Browse the repository at this point in the history
  2. fix: Empty table dumped when number of subtables > 1 (#378)

    Fixes #377
    
    Signed-off-by: Frost Ming <me@frostming.com>
    frostming authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    28fe6ec View commit details
    Browse the repository at this point in the history
  3. chore: bump version to 0.13.1

    Signed-off-by: Frost Ming <me@frostming.com>
    frostming committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    8c1671a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6e5d38 View commit details
    Browse the repository at this point in the history
Loading