cargo/crates/home/CHANGELOG.md

47 lines
1.5 KiB
Markdown
Raw Normal View History

2019-08-21 08:41:28 +00:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
<!-- ## [Unreleased] -->
2022-10-10 13:28:25 +00:00
## [0.5.4] - 2022-10-10
2022-09-19 19:12:36 +00:00
- Add `_with_env` variants of functions to support in-process threaded tests for
rustup.
2020-01-07 12:02:47 +00:00
## [0.5.3] - 2020-01-07
Use Rust 1.36.0 as minimum Rust version.
2019-08-21 08:41:28 +00:00
2020-01-05 15:53:03 +00:00
## [0.5.2] - 2020-01-05
2020-01-07 12:02:47 +00:00
*YANKED since it cannot be built on Rust 1.36.0*
2020-01-05 15:53:03 +00:00
### Changed
- Check for emptiness of `CARGO_HOME` and `RUSTUP_HOME` environment variables.
- Windows: Use `SHGetFolderPath` to replace `GetUserProfileDirectory` syscall.
* Remove `scopeguard` dependency.
2019-10-11 18:38:48 +00:00
## [0.5.1] - 2019-10-12
### Changed
- Disable unnecessary features for `scopeguard`. Thanks @mati865.
2019-08-21 08:41:28 +00:00
## [0.5.0] - 2019-08-21
### Added
- Add `home_dir` implementation for Windows UWP platforms.
### Fixed
2019-09-17 06:09:33 +00:00
- Fix `rustup_home` implementation when `RUSTUP_HOME` is an absolute directory.
- Fix `cargo_home` implementation when `CARGO_HOME` is an absolute directory.
2019-08-21 08:41:28 +00:00
### Removed
2019-09-17 06:09:33 +00:00
- Remove support for `multirust` folder used in old version of `rustup`.
2019-08-21 08:41:28 +00:00
2022-10-10 13:28:25 +00:00
[Unreleased]: https://github.com/brson/home/compare/v0.5.4...HEAD
[0.5.4]: https://github.com/brson/home/compare/v0.5.3...v0.5.4
[0.5.3]: https://github.com/brson/home/compare/v0.5.2...v0.5.3
[0.5.2]: https://github.com/brson/home/compare/v0.5.1...v0.5.2
2019-10-11 18:38:48 +00:00
[0.5.1]: https://github.com/brson/home/compare/v0.5.0...v0.5.1
2019-09-17 06:09:33 +00:00
[0.5.0]: https://github.com/brson/home/compare/0.4.2...v0.5.0