0.0.4
This is a semver-compatible release in the 0.0 series, in preparation for merging API bumps for the forthcoming 0.1 (or maybe 0.5 if we're feeling ambitious).
What's Changed
- Fix two minor clippy lints by @cgwalters in #14
- Enable CI, update metadata, and update to Rust 2021 by @bgilbert in #16
- Directly import
BTreeMapandPathBufby @cgwalters in #18 - Drop another allocation in the loop by @cgwalters in #19
- Don't re-allocate every file's extension by @nabijaczleweli in #22
- Release 0.0.4 by @cgwalters in #23
New Contributors
- @cgwalters made their first contribution in #14
- @bgilbert made their first contribution in #16
- @nabijaczleweli made their first contribution in #22