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: tkem/cachetools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.4.0
Choose a base ref
...
head repository: tkem/cachetools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.5.0
Choose a head ref
  • 9 commits
  • 14 files changed
  • 2 contributors

Commits on Aug 18, 2024

  1. Fix #292, fix #205, fix #103: TTLCache.expire() returns iterable of e…

    …xpired (key, value) pairs.
    tkem committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    c22fc7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7be40f0 View commit details
    Browse the repository at this point in the history
  3. Update expire docs.

    tkem committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    8a38daf View commit details
    Browse the repository at this point in the history
  4. Bump actions/setup-python from 5.1.0 to 5.1.1

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.1.1.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@82c7e63...39cd149)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tkem committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    ea158fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e960781 View commit details
    Browse the repository at this point in the history
  6. Fix #278: Improve TLRUCache docs.

    tkem committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    237ad80 View commit details
    Browse the repository at this point in the history
  7. Format tests with black.

    tkem committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    f2ccaca View commit details
    Browse the repository at this point in the history
  8. Release v5.5.0.

    tkem committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    8841efd View commit details
    Browse the repository at this point in the history
  9. Bump version.

    tkem committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    6c78a8f View commit details
    Browse the repository at this point in the history
Loading