Skip to content

Commit

Permalink
Bump new version: v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Oct 11, 2019
1 parent 3f94c5a commit ef18523
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- ## [Unreleased] -->

## [0.5.1] - 2019-10-12
### Changed
- Disable unnecessary features for `scopeguard`. Thanks @mati865.

## [0.5.0] - 2019-08-21
### Added
- Add `home_dir` implementation for Windows UWP platforms.
Expand All @@ -18,4 +22,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Remove support for `multirust` folder used in old version of `rustup`.

[Unreleased]: https://github.com/brson/home/compare/v0.5.0...HEAD
[0.5.1]: https://github.com/brson/home/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/brson/home/compare/0.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.5.0" # also update `html_root_url` in `src/lib.rs`
version = "0.5.1" # also update `html_root_url` in `src/lib.rs`
authors = [ "Brian Anderson <andersrb@gmail.com>" ]
documentation = "https://docs.rs/home"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +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")]
#![doc(html_root_url = "https://docs.rs/home/0.5.1")]
#![deny(rust_2018_idioms)]

mod windows;
Expand Down

0 comments on commit ef18523

Please sign in to comment.