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.11.8
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.12.0
Choose a head ref
  • 11 commits
  • 15 files changed
  • 5 contributors

Commits on May 10, 2023

  1. fix: unexpectedly sort the keys when building a table

    Signed-off-by: Frost Ming <me@frostming.com>
    frostming committed May 10, 2023
    Configuration menu
    Copy the full SHA
    5a61e5b View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. chore(deps): bump requests from 2.27.1 to 2.31.0 (#292)

    Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.31.0.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.27.1...v2.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      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 May 23, 2023
    1 Configuration menu
    Copy the full SHA
    5f0e954 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

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

Commits on Jul 27, 2023

  1. README: Link to readthedocs for the documentation (#300)

    For the Quickstart it doesn't make a huge difference, but
    it is important for the API documentation.
    
    Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
    flichtenheld authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    f976291 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump certifi from 2022.12.7 to 2023.7.22 (#303)

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22.
    - [Commits](certifi/python-certifi@2022.12.07...2023.07.22)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      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 27, 2023
    Configuration menu
    Copy the full SHA
    45c6177 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump pygments from 2.14.0 to 2.15.0 (#302)

    Bumps [pygments](https://github.com/pygments/pygments) from 2.14.0 to 2.15.0.
    - [Release notes](https://github.com/pygments/pygments/releases)
    - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
    - [Commits](pygments/pygments@2.14.0...2.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: pygments
      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 27, 2023
    Configuration menu
    Copy the full SHA
    8edb46c View commit details
    Browse the repository at this point in the history
  4. perf: only iter on found escape sequences (#304)

    Finding used sequences is much faster than iterating over each one of them for each character.
    
    The iteration is still used, but at least it will only be used once per any sequence that is actually used in the string.
    
    Most strings won't include any sequences and will just be fast.
    
    @moduon MT-1075
    yajo authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    9e39a63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e07f6a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2adb95 View commit details
    Browse the repository at this point in the history
  7. chore: release 0.12.0

    Signed-off-by: Frost Ming <me@frostming.com>
    frostming committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    27ad8ff View commit details
    Browse the repository at this point in the history
  8. chore: update release action

    Signed-off-by: Frost Ming <me@frostming.com>
    frostming committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    653a375 View commit details
    Browse the repository at this point in the history
Loading