From 41ff4d68eb2d369ddaeac09a1dce267753f8c28c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 23:29:03 +0000 Subject: [PATCH] chore(main): release 3.2.0 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c5a65b..49e563f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.2.0](https://github.com/catppuccin/egui/compare/v3.1.0...v3.2.0) (2023-08-26) + + +### Features + +* add funtction to apply theme to a Style ([8db4c01](https://github.com/catppuccin/egui/commit/8db4c01f14ca5269a21f143142bc9eba067742fc)) +* set dark_mode visuals field ([#12](https://github.com/catppuccin/egui/issues/12)) ([709bfa3](https://github.com/catppuccin/egui/commit/709bfa33bfefeee561c7c9208b6e70041683a68a)) + ## [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."