0.9.0 - 2022-03-14
Support for weak dependencies and namespaced features.
- Public dependency version bump:
guppy
updated to 0.14.0. - MSRV updated to Rust 1.56.
0.8.0 - 2022-02-13
- Public dependency version bump:
guppy
updated to 0.13.0.
0.7.0 - 2021-11-23
determinator
now works with both forward and backslash-based changed paths on Windows.
- Public dependency version bump:
guppy
updated to 0.12.0.
0.6.0 - 2021-10-01
- Public dependency version bump:
guppy
updated to 0.11.1. - MSRV updated to Rust 1.53.
0.5.1 - 2021-09-13
- Public dependency version bump:
guppy
updated to 0.10.1. - MSRV updated to Rust 1.51.
0.5.0 - 2021-09-13
(This release was never published because it was based on guppy 0.10.0
, which was yanked.)
0.4.0 - 2021-03-11
- Public dependency version bump:
guppy
updated to 0.9.0.
0.3.0 - 2021-02-23
determinator
now usescamino
Utf8Path
andUtf8PathBuf
wrappers. These wrappers provide type-level assertions that returned paths are valid UTF-8.
0.2.1 - 2021-02-04
- Experimental Windows support. There may still be bugs around path normalization: please report them.
0.2.0 - 2021-02-03
guppy
updated to 0.7.
0.1.1 - 2020-12-02
Initial release.
- Fixed
Cargo.toml
package metadata.
0.1.0 - 2020-12-02
(This version was not released to crates.io.)
- Support for determining which packages in a workspace have changed between two commits.
- Path-based and package-based custom rules, including a default set of rules for files like
rust-toolchain
andCargo.lock
. - A
Paths0
wrapper to make it easier to retrieve changes from source control.