From f4ae5d7ea09eb10e9e680f39af7df62bf2e1a412 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 02:01:06 +0000 Subject: [PATCH] chore(main): release 3.2.0 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c5a65b..f2d32cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.0](https://github.com/catppuccin/egui/compare/v3.1.0...v3.2.0) (2023-08-22) + + +### Features + +* add funtction to apply theme to a Style ([8db4c01](https://github.com/catppuccin/egui/commit/8db4c01f14ca5269a21f143142bc9eba067742fc)) + ## [3.1.0](https://github.com/catppuccin/egui/compare/v3.0.0...v3.1.0) (2023-05-26) diff --git a/Cargo.toml b/Cargo.toml index aaa2b4e..50ebc82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "catppuccin-egui" -version = "3.1.0" +version = "3.2.0" authors = ["Sam Nystrom "] edition = "2021" description = "Soothing pastel theme for egui."