Skip to content

Releases: cmyr/cargo-instruments

0.4.9

13 Nov 21:19
Compare
Choose a tag to compare

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

0.4.8

17 Nov 13:49
Compare
Choose a tag to compare
  • support cargo 0.66.0
  • add --manifest-path argument support

0.4.7

27 Jul 13:53
Compare
Choose a tag to compare

Add support for vendoring openssl (#66)

0.4.6

15 Jul 14:40
Compare
Choose a tag to compare
  • add --package flag
  • add support for custom profiles
  • update to cargo 0.62

0.4.5

10 Mar 20:59
Compare
Choose a tag to compare

Update cargo to 0.60.0
update to Rust 2021 edition

0.4.4

26 Oct 14:29
Compare
Choose a tag to compare

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

0.4.3

24 Aug 13:50
Compare
Choose a tag to compare

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

22 Aug 17:17
Compare
Choose a tag to compare

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)

0.4.1

21 May 14:19
9011b00
Compare
Choose a tag to compare
  • Fixes a crash when parsing new macOS version numbers (#37)

0.4.0

17 May 02:12
Compare
Choose a tag to compare
  • When available, we will now use xctrace instread of instruments.
  • The --open flag is deprecated; we now open the generated file by default.
  • New --no-open flag to disable opening.
  • When using xctrace, we will pipe the stdout/stderr of the target binary to the originating terminal.