All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- fixed support for suffixed Cargo configuration file (
.cargo/config.toml
) in presence of Cargo config files in outer directories, like the home directory
v0.2.6 - 2021-09-17
- support for suffixed Cargo configuration file (
.cargo/config.toml
)
v0.2.5 - 2021-09-17 - YANKED
v0.2.4 - 2020-05-29
- A workspace detection bug on Windows
v0.2.3 - 2019-11-14
- Fixed detection of workspaces (globs and relative paths)
v0.2.2 - 2019-03-22
- Added a
toml
method toProject
to get the path to the project'sCargo.toml
.
v0.2.1 - 2018-12-02
Profile
is nowCopy
v0.2.0 - 2018-10-27
- [breaking-change] the signature of
Project.path
has changed to properly support file extensions which are required by Windows hosts and WASM targets.
First release