diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c5a65b..6b9acf3 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-10-02) + + +### 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 a991bfd..53b74f6 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."