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: jrast/littlefs-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.0
Choose a base ref
...
head repository: jrast/littlefs-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.1
Choose a head ref
  • 6 commits
  • 2 files changed
  • 3 contributors

Commits on Mar 4, 2024

  1. Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12

    Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.11 to 1.8.12.
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@v1.8.11...v1.8.12)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and BrianPugh committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    04835b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14

    Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.12 to 1.8.14.
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@v1.8.12...v1.8.14)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and BrianPugh committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c221cbf View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Bump pypa/cibuildwheel from 2.16.5 to 2.17.0

    Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.5 to 2.17.0.
    - [Release notes](https://github.com/pypa/cibuildwheel/releases)
    - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
    - [Commits](pypa/cibuildwheel@v2.16.5...v2.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/cibuildwheel
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and BrianPugh committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    bef9534 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Avoid undefined LFS_TYPE_REG/DIR.

    It seems all versions of mypy between 1.0.1 and 1.9.0 crash due to this
    definition ( python/mypy#17059 ).
    Krakonos committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    df6530e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ae0611 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #88 from Krakonos/avoid-undefined-in-pyi

    Avoid undefined LFS_TYPE_REG/DIR.
    BrianPugh authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    dda2917 View commit details
    Browse the repository at this point in the history
Loading