diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cab841..9859002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Version 0.5.1 | 2025-12-25 + +## Docs + +- crates doesnt recognize the :mouse: shortcode *shakes fist* #158 + # Version 0.5.0 | 2025-12-25 This update matches `bat`'s recent 0.26.1 release :tada: diff --git a/Cargo.lock b/Cargo.lock index a6671c6..7859c1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1218,7 +1218,7 @@ checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" [[package]] name = "two-face" -version = "0.5.0" +version = "0.5.1" dependencies = [ "cargo-lock", "insta", diff --git a/Cargo.toml b/Cargo.toml index fb75ed5..f307c78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ twox-hash = { version = "2.1.2", default-features = false, features = ["std", "x [package] name = "two-face" -version = "0.5.0" +version = "0.5.1" edition = "2021" license = "MIT OR Apache-2.0" rust-version = "1.79.0" diff --git a/src/acknowledgement/mod.rs b/src/acknowledgement/mod.rs index a18ff24..b815a7d 100644 --- a/src/acknowledgement/mod.rs +++ b/src/acknowledgement/mod.rs @@ -29,7 +29,7 @@ pub fn listing() -> Acknowledgements { /// ``` /// assert_eq!( /// two_face::acknowledgement::url(), -/// "https://github.com/CosmicHorrorDev/two-face/blob/v0.5.0/generated/acknowledgements_full.md" +/// "https://github.com/CosmicHorrorDev/two-face/blob/v0.5.1/generated/acknowledgements_full.md" /// ); /// ``` pub const fn url() -> &'static str {