Skip to content

Releases: Hpmason/retour-rs

v0.4.0-alpha.2

15 Nov 14:34
Compare
Choose a tag to compare

New Features

  • add trailing comma support

Bug Fixes

  • remove feature requirement for thiscall

    • fix: remove feature requirement for thiscall
      abi_thiscall is now stabilized rust and no longer requires nightly rust
      rust-lang/rust@06daa9e

    • fix: remove feature attribute definition

    • Keep thiscall-abi feature gate for back compat

    • Update docs for required thiscall-abi version


Commit Statistics

  • 3 commits contributed to the release over the course of 31 calendar days.
  • 63 days passed between releases.
  • 2 commits were understood as conventional.
  • 2 unique issues were worked on: #34, #45

Commit Details

view details

v0.4.0-alpha.1

13 Sep 01:34
Compare
Choose a tag to compare
v0.4.0-alpha.1 Pre-release
Pre-release

#39 Make trampoline methods public for StaticDetour and GenericDetour