3.3.6
- OSX tests added to CI, joining linux and windows 10
- upgrade relx to 3.22.3, fixing multiple issues
- Fixing eunit errors in 19.3 when
init_per_*
isn't paired withend_per_*
- Allow single test spec in ct_opts
- Properly warn when missing inets at runtime
- rebar_utils:escape_chars handles quotes in paths
- Fix typo in help text for upgrade command
- change package version warnings to debug level
- Path-type sensitive .cmd creation for escripts
- Windows escripts get cmd autogenerated
- REBAR_CONFIG impacts config file for project root only
- Fix wildcard usage in rebar3 clean
- Bump cth_readable to 1.2.4 (fixing some erroneous reports when suites get skipped)
- Add respect for src_dirs option in app_discover and app_info
- Add support for global plugin-defined templates
- catch badarg exception from eunit in
rebar_prv_eunit