Skip to content

Commit

Permalink
Merge pull request #31 from brson/lucio/prepare-0.5.4
Browse files Browse the repository at this point in the history
chore: Prepare `v0.5.4`
  • Loading branch information
LucioFranco authored Oct 11, 2022
2 parents de6dd85 + e697b7b commit f0d2362
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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.4] - 2022-10-10
- Add `_with_env` variants of functions to support in-process threaded tests for
rustup.

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

[Unreleased]: https://github.com/brson/home/compare/v0.5.0...HEAD
[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
[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.3" # also update `html_root_url` in `src/lib.rs`
version = "0.5.4" # also update `html_root_url` in `src/lib.rs`
authors = [ "Brian Anderson <[email protected]>" ]
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 @@
//!
//! [discussion]: https://github.com/rust-lang/rust/pull/46799#issuecomment-361156935
#![doc(html_root_url = "https://docs.rs/home/0.5.3")]
#![doc(html_root_url = "https://docs.rs/home/0.5.4")]
#![deny(rust_2018_idioms)]

pub mod env;
Expand Down

0 comments on commit f0d2362

Please sign in to comment.