Skip to content

Commit 37c25bf

Browse files
release: prepare 0.5.1 release
1 parent 49229a5 commit 37c25bf

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 0.5.1 | 2025-12-25
2+
3+
## Docs
4+
5+
- crates doesnt recognize the :mouse: shortcode *shakes fist* #158
6+
17
# Version 0.5.0 | 2025-12-25
28

39
This update matches `bat`'s recent 0.26.1 release :tada:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ twox-hash = { version = "2.1.2", default-features = false, features = ["std", "x
1717

1818
[package]
1919
name = "two-face"
20-
version = "0.5.0"
20+
version = "0.5.1"
2121
edition = "2021"
2222
license = "MIT OR Apache-2.0"
2323
rust-version = "1.79.0"

src/acknowledgement/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub fn listing() -> Acknowledgements {
2929
/// ```
3030
/// assert_eq!(
3131
/// two_face::acknowledgement::url(),
32-
/// "https://github.com/CosmicHorrorDev/two-face/blob/v0.5.0/generated/acknowledgements_full.md"
32+
/// "https://github.com/CosmicHorrorDev/two-face/blob/v0.5.1/generated/acknowledgements_full.md"
3333
/// );
3434
/// ```
3535
pub const fn url() -> &'static str {

0 commit comments

Comments
 (0)