Skip to content

Commit f0d2362

Browse files
authored
Merge pull request #31 from brson/lucio/prepare-0.5.4
chore: Prepare `v0.5.4`
2 parents de6dd85 + e697b7b commit f0d2362

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
<!-- ## [Unreleased] -->
8+
9+
## [0.5.4] - 2022-10-10
810
- Add `_with_env` variants of functions to support in-process threaded tests for
911
rustup.
1012

@@ -36,6 +38,9 @@ Use Rust 1.36.0 as minimum Rust version.
3638
### Removed
3739
- Remove support for `multirust` folder used in old version of `rustup`.
3840

39-
[Unreleased]: https://github.com/brson/home/compare/v0.5.0...HEAD
41+
[Unreleased]: https://github.com/brson/home/compare/v0.5.4...HEAD
42+
[0.5.4]: https://github.com/brson/home/compare/v0.5.3...v0.5.4
43+
[0.5.3]: https://github.com/brson/home/compare/v0.5.2...v0.5.3
44+
[0.5.2]: https://github.com/brson/home/compare/v0.5.1...v0.5.2
4045
[0.5.1]: https://github.com/brson/home/compare/v0.5.0...v0.5.1
4146
[0.5.0]: https://github.com/brson/home/compare/0.4.2...v0.5.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "home"
3-
version = "0.5.3" # also update `html_root_url` in `src/lib.rs`
3+
version = "0.5.4" # also update `html_root_url` in `src/lib.rs`
44
authors = [ "Brian Anderson <[email protected]>" ]
55
documentation = "https://docs.rs/home"
66
edition = "2018"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
//!
2626
//! [discussion]: https://github.com/rust-lang/rust/pull/46799#issuecomment-361156935
2727
28-
#![doc(html_root_url = "https://docs.rs/home/0.5.3")]
28+
#![doc(html_root_url = "https://docs.rs/home/0.5.4")]
2929
#![deny(rust_2018_idioms)]
3030

3131
pub mod env;

0 commit comments

Comments
 (0)