Added
- PR#261 resolved #246 by adding an
--offline(as well as--lockedand--frozen) option to thegeneratecommand. - PR#266 resolved #230 by adding a
--targetoption togenerate, allowing one to specify one or more targets to filter the dependency graph by, overriding thetargetsconfiguration option.
Changed
Fixed
- PR#263 resolved #238 by adding the
native-certsfeature to use the native certificate store. This feature is not enabled by default as it is only required for corporate environments that man in the middle network traffic. - PR#265 resolved #198 by detecting if the parent process is powershell and exiting with an error if cargo-about's output is being redirected instead of using the
-ooption, as powershell is terrible and doesn't use utf-8 encoding by default. - PR#266 resolved #222 by adding some additional documentation on https://clearlydefined.io.