rather bland v0.3.5 release
This commit is contained in:
parent
d34fa02033
commit
0b7f9ef4a4
1 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,13 @@
|
|||
Dates are given in YYYY-MM-DD format.
|
||||
|
||||
## v0.3
|
||||
### v0.3.5 (2021-08-16)
|
||||
#### Other
|
||||
- Updated `Cargo.toml` to pin [`clap`] to version 3 beta 2 - previously, version 3 beta 4 was considered compatible and
|
||||
would be used if you ran `cargo install fif` instead of `cargo install --locked fif`, however, fif does *not* work with
|
||||
this version of clap, which caused the build to fail. Also, clap 3 beta 4 depends on Rust >= 1.54, breaking our MSRV
|
||||
- Fixed a few other `Cargo.toml` dependency versions that were causing issues when building on MSRV
|
||||
|
||||
### v0.3.4 (2021-08-07)
|
||||
#### Features
|
||||
- Added `-I`/`--ignore-unknown-exts` flag for ignoring files with unknown extensions - for example, if fif doesn't know
|
||||
|
|
Loading…
Reference in a new issue