From 88f9718cd4331289db839ae380db7e36060f3799 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 17:50:22 +0000 Subject: [PATCH] chore(main): release 4.0.0 --- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c5a65b..3c8bfb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [4.0.0](https://github.com/catppuccin/egui/compare/v3.1.0...v4.0.0) (2024-01-30) + + +### ⚠ BREAKING CHANGES + +* **deps:** update public dependency egui to 0.25 +* **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)) +* **deps:** update egui requirement from 0.24 to 0.25 ([#20](https://github.com/catppuccin/egui/issues/20)) ([99453ca](https://github.com/catppuccin/egui/commit/99453cab89c10565dc5807f85ad104da6ce626fa)) + ## [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 d2387ec..ef54dad 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."