From e15257f3f72f2b574274e3f192f183cdec273eab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 17:42:07 +0100 Subject: [PATCH] chore(main): release 5.2.0 (#49) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80d139e..b83def5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.2.0](https://github.com/catppuccin/egui/compare/v5.1.1...v5.2.0) (2024-07-26) + + +### Features + +* add support for egui version 0.28 ([#44](https://github.com/catppuccin/egui/issues/44)) ([e8709eb](https://github.com/catppuccin/egui/commit/e8709ebe8c682fd000daa4b4444809ed767aa6b4)) + ## [5.1.1](https://github.com/catppuccin/egui/compare/v5.1.0...v5.1.1) (2024-04-23) diff --git a/Cargo.toml b/Cargo.toml index 485b7ad..8fa2ad5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "catppuccin-egui" -version = "5.1.1" +version = "5.2.0" authors = ["Sam Nystrom "] edition = "2021" description = "Soothing pastel theme for egui."