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: PyO3/maturin-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.44.0
Choose a base ref
...
head repository: PyO3/maturin-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.45.0
Choose a head ref
  • 15 commits
  • 7 files changed
  • 6 contributors

Commits on Jul 7, 2024

  1. Update versions-manifest.json (#280)

    Co-authored-by: messense <1556054+messense@users.noreply.github.com>
    github-actions[bot] and messense authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    23ae3e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Update versions-manifest.json (#284)

    Co-authored-by: messense <1556054+messense@users.noreply.github.com>
    github-actions[bot] and messense authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3c71407 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Revert "Ignore cffi installation error" (#285)

    This reverts commit f61caa2.
    
    `cffi` now supports, and provide wheels for, Python 3.13
    (https://github.com/python-cffi/cffi/releases/tag/v1.17.0), so this
    should work as expected on 3.13.
    mkniewallner authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    b234962 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Update versions-manifest.json (#287)

    Co-authored-by: messense <1556054+messense@users.noreply.github.com>
    github-actions[bot] and messense authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    6cfcbee View commit details
    Browse the repository at this point in the history
  2. Update versions-manifest.json (#288)

    Co-authored-by: messense <1556054+messense@users.noreply.github.com>
    github-actions[bot] and messense authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0abfa5d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Update versions-manifest.json (#289)

    Co-authored-by: messense <1556054+messense@users.noreply.github.com>
    github-actions[bot] and messense authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    399a6b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Bump peter-evans/create-pull-request from 6 to 7 (#290)

    Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7.
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](peter-evans/create-pull-request@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5e8a024 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Upgrade TOML parser (#295)

    Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
    gaborbernat authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b366782 View commit details
    Browse the repository at this point in the history
  2. npm run all

    messense committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e21013a View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    f549c34 View commit details
    Browse the repository at this point in the history
  2. Revert "Normalize CRLF to LF when parsing TOML"

    This reverts commit f549c34.
    messense committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8ac6f32 View commit details
    Browse the repository at this point in the history
  3. Use fixed fork of iarna/toml

    messense committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d5002b5 View commit details
    Browse the repository at this point in the history
  4. Use pip install --user

    messense committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    10b1e77 View commit details
    Browse the repository at this point in the history
  5. Test on Ubuntu 24.04

    messense committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    420fe2d View commit details
    Browse the repository at this point in the history
  6. Bump version to 1.45.0

    messense committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ea5bac0 View commit details
    Browse the repository at this point in the history
Loading