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.10.1
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.11.0
Choose a head ref
  • 6 commits
  • 11 files changed
  • 3 contributors

Commits on Mar 12, 2024

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

Commits on Apr 16, 2024

  1. chore: fix doc url (#280)

    It has to end with version (or latest).
    Fixes ecb7374.
    stoeckmann authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    73e92b3 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. chore: modernize doctests (#282)

    We no longer need wrapping "main" blocks.
    Stebalien authored May 10, 2024
    Configuration menu
    Copy the full SHA
    e5418bd View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. feat: add the ability to override the default temporary directory (#286)

    This adds a new `env` module with `override_temp_dir` and `temp_dir`
    functions.
    
    - `temp_dir` will defer to `std::env::temp_dir` by default unless the
    temporary directory has been overridden.
    - `override_temp_dir` allows the user to override the default temporary
    directory ONCE. Once this value has been set, it cannot be changed Care
    should be taken to ensure that the chosen directory is actually writable.
    
    This API is designed for use by the application author when the
    application may run in an environment without a reliable global
    temporary directory (e.g., Android).
    
    fixes #285
    Stebalien authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ce8b147 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9825fff View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Release 3.11.0

    Stebalien committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    3531c11 View commit details
    Browse the repository at this point in the history
Loading