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: awolverp/cachebox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.2
Choose a base ref
...
head repository: awolverp/cachebox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.3
Choose a head ref
  • 5 commits
  • 19 files changed
  • 3 contributors

Commits on Sep 14, 2025

  1. Update changelog

    awolverp committed Sep 14, 2025
    Configuration menu
    Copy the full SHA
    4002fa7 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. a bit clean up

    chirizxc committed Sep 18, 2025
    Configuration menu
    Copy the full SHA
    6a26e06 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. Merge pull request #31 from chirizxc/clean-up

    a bit clean up
    awolverp authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    687efb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

  1. - Bump version to 5.0.3

    - Better support for Python 3.14
    - Use `immutable_type` feature for Python 3.14
    - Some improvements
    
    - Thanks to [@chirizxc](https://github.com/chirizxc)
    
    - Bump rust dependencies
    - Use Rust nightly
    - Use `parking_lot::Mutex` instead of duplicating its code
    
    !test
    awolverp committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    db4aef5 View commit details
    Browse the repository at this point in the history
  2. Fix immutable_type for Python 3.9

    !test
    awolverp committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    80cd8e3 View commit details
    Browse the repository at this point in the history
Loading