diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c5a65b..bcbbc4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [4.0.0](https://github.com/catppuccin/egui/compare/v3.1.0...v4.0.0) (2024-01-21) + + +### ⚠ BREAKING CHANGES + +* **deps:** Update public dependency "egui" to 0.24 + +### 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)) + + +### Bug Fixes + +* **deps:** update eframe and egui to 0.24 ([#18](https://github.com/catppuccin/egui/issues/18)) ([bcb5849](https://github.com/catppuccin/egui/commit/bcb5849b6f96b56aa4982ec3366e238371de473e)) + ## [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 fa77095..60315cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "catppuccin-egui" -version = "3.1.0" +version = "4.0.0" authors = ["Sam Nystrom "] edition = "2021" description = "Soothing pastel theme for egui."