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: Stebalien/tempfile
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.20.0
Choose a base ref
...
head repository: Stebalien/tempfile
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.21.0
Choose a head ref
  • 7 commits
  • 5 files changed
  • 3 contributors

Commits on Jun 16, 2025

  1. ci: fix was tests in CI (#361)

    doc tests don't work under wasi
    Stebalien authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    69b95c7 View commit details
    Browse the repository at this point in the history
  2. build(deps): update windows-sys requirement <0.61 (#360)

    Updates the requirements on [windows-sys](https://github.com/microsoft/windows-rs) to permit the latest version.
    - [Release notes](https://github.com/microsoft/windows-rs/releases)
    - [Commits](https://github.com/microsoft/windows-rs/commits)
    
    ---
    updated-dependencies:
    - dependency-name: windows-sys
      dependency-version: 0.60.2
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    0657fdf View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. build(deps): bump actions/checkout from 4 to 5 (#368)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      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 Aug 18, 2025
    Configuration menu
    Copy the full SHA
    3849edd View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. Configuration menu
    Copy the full SHA
    4ad1ae6 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Add Android CI target (#367)

    Co-authored-by: Steven Allen <steven@stebalien.com>
    Copilot and Stebalien authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    a0dc80d View commit details
    Browse the repository at this point in the history
  2. test(tempdir): cleanup tempdir tests and run more tests on wasi

    1. There wasn't a great reason to run each test in a separate temporary
    directory.
    2. Some of the tests were clearly copypasta.
    Stebalien committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    704a1d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48bff5f View commit details
    Browse the repository at this point in the history
Loading