Skip to content

Releases: EmbarkStudios/crash-handling

crash-handler-0.6.3

14 May 06:10

Choose a tag to compare

Fixed

  • PR#94 resolved a case of UB, resolving #93. Thanks @Chain-Fox!
  • PR#96 resolved #92 by avoid creating a copy of the crash context on the stack, which on aarch64-linux would result in a stack overflow in the signal handler.

Added

  • PR#96 added testing of aarch64-linux to CI.

Changed

  • PR#95 updated crates, and changed the edition to 2024.

sadness-generator-0.6.0

08 Jun 08:25

Choose a tag to compare

Changed

  • Update MSRV to 1.62.0

minidumper-0.8.3

08 Jun 08:27

Choose a tag to compare

  • Lint fix

crash-handler-0.6.2

08 Jun 08:28

Choose a tag to compare

Added

crash-context-0.6.2

08 Jun 08:26

Choose a tag to compare

Changed

  • Update MSRV to 1.62.0

minidumper-0.8.2

15 Feb 10:36

Choose a tag to compare

Changed

  • PR#83 updated scroll to 0.12.

minidumper-0.8.1

29 Jan 13:11

Choose a tag to compare

Changed

  • PR#81 resolved #80 by updating polling to 0.3.

crash-handler-0.6.1

29 Jan 13:11

Choose a tag to compare

Added

  • PR#81 resolved #79 by adding make_single_crash_event.

crash-context-0.6.1

19 Jun 07:33

Choose a tag to compare

Added

minidumper-0.8.0

03 Apr 12:11

Choose a tag to compare

Changed

  • PR#70 removed winapi in favor of embedded bindings.