2021-10-21
- Revisions:
- Corrected the
package.license
field in Cargo.toml. Sorry about that.
- Corrected the
2021-10-21
-
Features:
-h
made alternate option to display help. (contributed by @scribe in #31 and #32)This is implemented by switching to
structopt
for argument parsing.
Additionally,--in
and--out
now show valid choices with the-h
/--help
command.
-
Revisions:
- Updated dependencies.
2021-08-01
-
Breaking:
- Increased minimum Rust version to 1.53.
- Removed features switches.
serde_taml
type inference changed, sotrue
andfalse
are interpreted as booleans even by default now.
-
Features:
- Generally updated dependencies, which comes with newly supported input in at least some cases.
2020-08-26
Initial unstable release