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: assert-rs/snapbox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6eb6437
Choose a base ref
...
head repository: assert-rs/snapbox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 42e5468
Choose a head ref
  • 7 commits
  • 8 files changed
  • 2 contributors

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    f664348 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #265 from assert-rs/renovate/pre-commit-action-3.x

    chore(deps): update pre-commit/action action to v3.0.1
    epage authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    dbb1aca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11e6b24 View commit details
    Browse the repository at this point in the history
  4. fix(snap): Provide more stable snapshots

    Before our auto-named snapshots used line numbers to make them unique.
    This would fail within macros.
    They could easily change for no good reason, requiring deleting the
    entire snapshot directory and restarting.
    
    Our paths were relative to the test file.
    I reconsidered this when doing the above because the function name made
    things less unique.
    In making them unique, I'd need to extend the path a lot
    (`src/<path>/snapshots/<path>.txt`).
    So I moved them to the root to all be together.
    epage committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d1ea406 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #266 from epage/auto

    fix(snap): Provide more stable snapshots
    epage authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e79db96 View commit details
    Browse the repository at this point in the history
  6. docs: Update changelog

    epage committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    32ac18f View commit details
    Browse the repository at this point in the history
  7. chore: Release

    epage committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    42e5468 View commit details
    Browse the repository at this point in the history
Loading