Skip to content

Releases: rust-mobile/cargo-subcommand

0.11.0

09 Dec 17:39
0.11.0
9d83a34
Compare
Choose a tag to compare

What's Changed

  • Use $PWD and --manifest-path to select a default package in workspaces by @MarijnS95 in #25
  • args: Add missing short/alias for --all, -r(elease) and -F(eatures) by @MarijnS95 in #26

Full Changelog: 0.10.0...0.11.0

0.10.0

23 Nov 12:07
0.10.0
fb7a414
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.10.0

0.9.0

23 Nov 12:06
0.9.0
72db8e5
Compare
Choose a tag to compare

Full Changelog: 0.8.0...0.9.0

0.8.0

23 Nov 12:06
Compare
Choose a tag to compare

What's Changed

  • Provide arguments through struct which can also be parsed through Clap by @dvc94ch in #15
  • subcommand: Parse and propagate [env] vars at the earliest possible moment by @MarijnS95 in #18
  • Fix --manifest-path to point to Cargo.toml instead of a directory by @MarijnS95 in #20
  • manifest: Be more specific about not supporting multiple packages yet by @MarijnS95 in #21
  • Do not call rustc for platform detection; use current_platform instead by @Shnatsel in #22

Full Changelog: 0.7.0...0.8.0

0.7.0

24 Mar 09:26
Compare
Choose a tag to compare

What's Changed

  • Propagate .cargo/config.toml [env] settings to the process environment by @MarijnS95 in #16

Full Changelog: 0.6.0...0.7.0

0.6.0

04 Mar 09:56
Compare
Choose a tag to compare

What's Changed

  • error: Include file paths as error context; distinguish toml parsing errors from "manifest not found" by @MarijnS95 in #14
  • ci: Inherit simplified GitHub Actions CI script from android-ndk by @MarijnS95 in #13
  • config: Read environment variables from [env] section in config.toml by @MarijnS95 in #12

Full Changelog: 0.5.1...0.6.0

0.5.1

04 Mar 09:57
Compare
Choose a tag to compare

What's Changed

  • Fix separator handling in argument parsing by @Shnatsel in #11
  • Use clippy --fix to fix all outstanding linter warnings by @MarijnS95 in #10

New Contributors

Full Changelog: 0.5.0...0.5.1