Skip to content

Commit fd1f104

Browse files
home: bump version & update changelog
1 parent c078c0c commit fd1f104

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/home/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
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

7+
## 0.5.6
8+
- Fixed & enhanced documentation.
9+
[#12047](https://github.com/rust-lang/cargo/pull/12047)
10+
711
## 0.5.5 - 2023-04-25
812
- The `home` crate has migrated to the <https://github.com/rust-lang/cargo/> repository.
913
[#11359](https://github.com/rust-lang/cargo/pull/11359)

crates/home/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.5" # also update `html_root_url` in `src/lib.rs`
3+
version = "0.5.6" # also update `html_root_url` in `src/lib.rs`
44
authors = ["Brian Anderson <[email protected]>"]
55
documentation = "https://docs.rs/home"
66
edition = "2018"

crates/home/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
//!
1919
//! [discussion]: https://github.com/rust-lang/rust/pull/46799#issuecomment-361156935
2020
21-
#![doc(html_root_url = "https://docs.rs/home/0.5.5")]
21+
#![doc(html_root_url = "https://docs.rs/home/0.5.6")]
2222
#![deny(rust_2018_idioms)]
2323

2424
pub mod env;

0 commit comments

Comments
 (0)