Fixed
- Fix the firmware and pack commands when a dependency is using semver.
Changed
- Renamed the grisp firmware command argument --force-bundle/-F and the grisp
pack command argument --force-bundle/-F to --refresh/-r. #91
Removed
- The utility function rebar3_grisp_util:rebar_command/4 has been removed as it
runs app_discovery provider again and that causes issues with dependencies
using semver. Instead rebar3:run/1 is used. #91
Full Changelog: 2.7.0...2.8.0