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: rust-minidump/minidump-writer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.0
Choose a base ref
...
head repository: rust-minidump/minidump-writer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.0
Choose a head ref
  • 4 commits
  • 11 files changed
  • 2 contributors

Commits on Oct 26, 2022

  1. Remove the windows-sys dependency (#60)

    * Remove the windows-sys dependency
    
    * Fix build.rs
    
    Co-authored-by: Jake Shadle <jake.shadle@embark-studios.com>
    gabrielesvelto and Jake-Shadle authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    18d57a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Remove the redundant MDExceptionCodeLinux enum and use the values fro…

    …m minidump-common instead (#62)
    
    * Remove the redundant MDExceptionCodeLinux enum and use the values from minidump-common instead
    
    * Ignore new clippy lint in 1.65.0
    
    * Build and run tests in release
    
    Co-authored-by: Jake Shadle <jake.shadle@embark-studios.com>
    gabrielesvelto and Jake-Shadle authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    42c74f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Prep release (#64)

    * Update dependencies
    
    * Update CHANGELOG
    
    * Fix PR#
    Jake-Shadle authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    2b6c439 View commit details
    Browse the repository at this point in the history
  2. Release 0.6.0

    Jake-Shadle committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    1751c7a View commit details
    Browse the repository at this point in the history
Loading