Skip to content

Commit

Permalink
Merge pull request #12 from lzutao/bump-v0.5.0
Browse files Browse the repository at this point in the history
Bump home to 0.5.0
  • Loading branch information
tesuji authored Aug 21, 2019
2 parents 623419d + 46003d5 commit 2f0fe8a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
target/
Cargo.lock
Cargo.lock
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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] -->

## [0.5.0] - 2019-08-21
### Added
- Add `home_dir` implementation for Windows UWP platforms.

### Fixed
- Fix `rustup_home` implementation when `RUSTUP_HOME` is absolute directory.
- Fix `cargo_home` implementation when `CARGO_HOME` is absolute directory.

### Removed
- Remove support `multirust` folder used in old version of `rustup`.

[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.4.2...v0.5.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "home"
version = "0.4.2"
version = "0.5.0" # also update `html_root_url` in `src/lib.rs`
authors = [ "Brian Anderson <andersrb@gmail.com>" ]
documentation = "https://docs.rs/home"
edition = "2018"
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
//!
//! [rust-lang/rust#43321]: https://github.com/rust-lang/rust/issues/43321
#![doc(html_root_url = "https://docs.rs/home/0.5.0")]
#![deny(rust_2018_idioms)]

mod windows;
Expand Down

0 comments on commit 2f0fe8a

Please sign in to comment.