diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index ce65b73..448d10a 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.3.0" + ".": "5.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d40c285..4f5561c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.4.0](https://github.com/catppuccin/egui/compare/v5.3.0...v5.4.0) (2024-10-11) + + +### Features + +* egui 0.29 support ([#54](https://github.com/catppuccin/egui/issues/54)) ([a34f691](https://github.com/catppuccin/egui/commit/a34f691563300511f291883dd5642de6876d4dae)) + ## [5.3.0](https://github.com/catppuccin/egui/compare/catppuccin-egui-v5.2.0...catppuccin-egui-v5.3.0) (2024-10-10) diff --git a/Cargo.toml b/Cargo.toml index f2573c9..bb7ed23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["examples/todo"] [package] name = "catppuccin-egui" -version = "5.3.0" +version = "5.4.0" authors = ["Sam Nystrom "] edition = "2021" description = "Soothing pastel theme for egui." diff --git a/README.md b/README.md index 26d5b24..75fcc4f 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Add the crate to your `Cargo.toml`: ```toml [dependencies] -catppuccin-egui = { version = "5.3.0", default-features = false, features = ["egui29"] } +catppuccin-egui = { version = "5.4.0", default-features = false, features = ["egui29"] } ``` diff --git a/examples/todo/Cargo.toml b/examples/todo/Cargo.toml index 51036db..de8eb2d 100644 --- a/examples/todo/Cargo.toml +++ b/examples/todo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "todo" -version = "0.1.0" +version = "5.4.0" edition = "2021" license = "MIT" publish = false