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: astral-sh/rye
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.43.0
Choose a base ref
...
head repository: astral-sh/rye
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.44.0
Choose a head ref
  • 11 commits
  • 20 files changed
  • 5 contributors

Commits on Dec 9, 2024

  1. Upgrade runners to macos-14 (#1443)

    ## Summary
    
    The `macos-12` runners are deprecated:
    https://github.com/astral-sh/rye/actions/runs/12244443745
    charliermarsh authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    d67cac1 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. Configuration menu
    Copy the full SHA
    4ee53b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5d3225 View commit details
    Browse the repository at this point in the history
  3. Bump bundled Ruff version to 0.9.6 (#1457)

    CI checks fail for an unrelated reason, see #1458
    
    ---------
    
    Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>
    catwell and charliermarsh authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    fa84cee View commit details
    Browse the repository at this point in the history
  4. Set Rust toolchain in rust-toolchain.toml (#1460)

    ## Summary
    
    Use a consistent Rust version so tests and lint errors, etc., don't
    start failing sporadically with each release.
    charliermarsh authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    e090a08 View commit details
    Browse the repository at this point in the history
  5. Update bundled uv version to v0.6.2 (#1445)

    - Synced latest UV releases
    
    <sup>Auto-generated by
    [sync-uv-releases.yml](https://github.com/astral-sh/rye/blob/main/.github/workflows/sync-uv-releases.yml)</sup>
    
    ---------
    
    Co-authored-by: charliermarsh <1309177+charliermarsh@users.noreply.github.com>
    Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>
    3 people authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    52aabbb View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Sync Python Releases (#1450)

    - Synced latest Python releases
    
    <sup>Auto-generated by
    [sync-python-releases.yml](https://github.com/astral-sh/rye/blob/main/.github/workflows/sync-python-releases.yml)</sup>
    
    ---------
    
    Co-authored-by: mitsuhiko <7396+mitsuhiko@users.noreply.github.com>
    Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>
    3 people authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    89eab80 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. Sync UV Releases (#1461)

    - Synced latest UV releases
    
    <sup>Auto-generated by
    [sync-uv-releases.yml](https://github.com/astral-sh/rye/blob/main/.github/workflows/sync-uv-releases.yml)</sup>
    
    Co-authored-by: mitsuhiko <7396+mitsuhiko@users.noreply.github.com>
    github-actions[bot] and mitsuhiko authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    f9dff4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0055175 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9773cf0 View commit details
    Browse the repository at this point in the history
  4. Attempt to build against Rust 1.84 (#1464)

    ## Summary
    
    It seems like Cross doesn't yet support 1.85.
    charliermarsh authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    e213938 View commit details
    Browse the repository at this point in the history
Loading