Skip to content

Commit 2b861aa

Browse files
release: prepare 0.5.0 release
1 parent 8d4142a commit 2b861aa

File tree

4 files changed

+33
-4
lines changed

4 files changed

+33
-4
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# Version 0.5.0 | 2025-12-25
2+
3+
This update matches `bat`'s recent 0.26.1 release :tada:
4+
5+
## Breaking Changes
6+
7+
- Remove deprecated APIs #148
8+
- The `Visual Studio Dark+` theme #155
9+
- `two_face::acknowledgement_url()` which was moved to `two_face::acknowledgement::url()`
10+
11+
## Features
12+
13+
- Update to match `[email protected]` #91 #149
14+
- Added `debsources`, `GDScript`, `Idris`, `Odin`, `Typst`, `VHDL` syntaxes
15+
- Added support for Lean 4 to the `Lean` syntax
16+
- Added `Catppuccin`'s frappe, latte, macchiato and mocha themes
17+
- Removed the `Visual Studio Dark+` theme
18+
19+
## Deps
20+
21+
- Update outdated dependencies #150 #153
22+
23+
## Docs
24+
25+
- Flesh out some acknowledgments docs #151
26+
- Miscellaneous cleanup #152
27+
- Update motto #154
28+
- Tidy up landing page and license docs #156
29+
130
# Version 0.4.5 | 2025-12-08
231

332
Just a couple of deprecations in preparation for the upcoming `0.5.0` release

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ twox-hash = { version = "2.1.2", default-features = false, features = ["std", "x
1717

1818
[package]
1919
name = "two-face"
20-
version = "0.5.0-rc1"
20+
version = "0.5.0"
2121
edition = "2021"
2222
license = "MIT OR Apache-2.0"
23-
rust-version = "1.70.0"
23+
rust-version = "1.79.0"
2424
include = [
2525
"src",
2626
"generated/acknowledgements_full.bin",

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-rc1/generated/acknowledgements_full.md"
32+
/// "https://github.com/CosmicHorrorDev/two-face/blob/v0.5.0/generated/acknowledgements_full.md"
3333
/// );
3434
/// ```
3535
pub const fn url() -> &'static str {

0 commit comments

Comments
 (0)