Skip to content

Releases: cmyr/cargo-instruments

0.4.16

Choose a tag to compare

@cmyr cmyr released this 13 May 18:27

What's Changed

  • Update README (new screenshots, better help text)
  • additional symbol demangling: much more readable traces (#147)
  • Add 'cpu' alias for CPU Profiler instrument

0.4.10

Choose a tag to compare

@cmyr cmyr released this 20 Jun 15:52

What's Changed

New Contributors

Full Changelog: v0.4.9...v0.4.10

0.4.9

Choose a tag to compare

@cmyr cmyr released this 13 Nov 21:19

Update to cargo 1.73, and adds some logging for development purposes.

0.4.8

Choose a tag to compare

@cmyr cmyr released this 17 Nov 13:49
  • support cargo 0.66.0
  • add --manifest-path argument support

0.4.7

Choose a tag to compare

@cmyr cmyr released this 27 Jul 13:53

Add support for vendoring openssl (#66)

0.4.6

Choose a tag to compare

@cmyr cmyr released this 15 Jul 14:40
  • add --package flag
  • add support for custom profiles
  • update to cargo 0.62

0.4.5

Choose a tag to compare

@cmyr cmyr released this 10 Mar 20:59

Update cargo to 0.60.0
update to Rust 2021 edition

0.4.4

Choose a tag to compare

@cmyr cmyr released this 26 Oct 14:29

Update cargo, supporting new manifest fields and 2021 edition (#53)

0.4.3

Choose a tag to compare

@cmyr cmyr released this 24 Aug 13:50

Fix a bug where we would fail to correctly parse macOS version numbers that included a patch field (e.g. 11.5.1, 10.15.7).

0.4.2

Choose a tag to compare

@cmyr cmyr released this 22 Aug 17:17

Better M1 support and minor fixes

  • sign binary with custom entitlements on ARM (fixes issue with allocation template not working) (#46)
  • avoid colons in file names (#47)
  • add --all-features and --no-default-features support (#49)