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: crate-py/rpds
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.0
Choose a base ref
...
head repository: crate-py/rpds
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.1
Choose a head ref
  • 17 commits
  • 9 files changed
  • 5 contributors

Commits on Nov 6, 2023

  1. Bump archery from 1.0.0 to 1.1.0

    Bumps [archery](https://github.com/orium/archery) from 1.0.0 to 1.1.0.
    - [Release notes](https://github.com/orium/archery/releases)
    - [Changelog](https://github.com/orium/archery/blob/main/release-notes.md)
    - [Commits](orium/archery@v1.0.0...v1.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: archery
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 6, 2023
    Copy the full SHA
    132866a View commit details
  2. Merge pull request #31 from crate-py/dependabot/cargo/archery-1.1.0

    Bump archery from 1.0.0 to 1.1.0
    Julian authored Nov 6, 2023
    Copy the full SHA
    167fa11 View commit details

Commits on Nov 8, 2023

  1. Skip Rust on pre-commit.ci which doesn't seem to have Rust installed.

    I'm not sure I follow why since I see a PR adding it, and I swear
    I remember it working, but not going to diagnose quite now.
    Julian committed Nov 8, 2023
    Copy the full SHA
    902cced View commit details
  2. Copy the full SHA
    009d761 View commit details

Commits on Nov 13, 2023

  1. Bump rpds from 1.0.1 to 1.1.0

    Bumps [rpds](https://github.com/orium/rpds) from 1.0.1 to 1.1.0.
    - [Release notes](https://github.com/orium/rpds/releases)
    - [Changelog](https://github.com/orium/rpds/blob/main/release-notes.md)
    - [Commits](orium/rpds@v1.0.1...v1.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: rpds
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 13, 2023
    Copy the full SHA
    515a69e View commit details
  2. Merge pull request #32 from crate-py/dependabot/cargo/rpds-1.1.0

    Bump rpds from 1.0.1 to 1.1.0
    Julian authored Nov 13, 2023
    Copy the full SHA
    99a8ef1 View commit details
  3. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0)
    - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v3.1.0](pre-commit/mirrors-prettier@v3.0.3...v3.1.0)
    pre-commit-ci[bot] authored Nov 13, 2023
    Copy the full SHA
    bd26420 View commit details
  4. Merge pull request #33 from crate-py/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    Julian authored Nov 13, 2023
    Copy the full SHA
    cbb3bf1 View commit details

Commits on Nov 16, 2023

  1. Add pickle support

    Signed-off-by: Anders Kaseorg <[email protected]>
    andersk committed Nov 16, 2023
    Copy the full SHA
    e1e9b24 View commit details
  2. Copy the full SHA
    12e4c3c View commit details
  3. Configure Black in pyproject.toml

    This way Black uses the project’s settings when invoked directly by
    the user or their editor, and not only via pre-commit.
    
    Signed-off-by: Anders Kaseorg <[email protected]>
    andersk committed Nov 16, 2023
    Copy the full SHA
    48474d4 View commit details
  4. Merge pull request #35 from andersk/black

    Configure Black in pyproject.toml
    Julian authored Nov 16, 2023
    Copy the full SHA
    161baba View commit details
  5. Merge pull request #34 from andersk/pickle

    Add pickle support
    Julian authored Nov 16, 2023
    Copy the full SHA
    27e31a5 View commit details
  6. Release v0.13.0

    Julian committed Nov 16, 2023
    Copy the full SHA
    b1ed53f View commit details

Commits on Nov 19, 2023

  1. Fix drop_first method name for typing

    bf1a74d
    added suport for "drop_front" but internally named this method "drop_first".
    
    Since the test code uses "drop_first", and to prevent creating a backwards
    incompatible change, I have chosen to fix the type defintion rather than the
    internal method name, even though the origin commit used "drop_front" in the
    commit message.
    byron-lambda committed Nov 19, 2023
    Copy the full SHA
    b5547d4 View commit details
  2. Merge pull request #37 from byron-lambda/typing_fix_drop_first

    Fix `drop_first` method name for typing
    Julian authored Nov 19, 2023
    Copy the full SHA
    a6e121d View commit details

Commits on Nov 20, 2023

  1. Release v0.13.1.

    Julian committed Nov 20, 2023
    Copy the full SHA
    7082045 View commit details
Loading