Skip to content

Commit

Permalink
chore(main): release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 30, 2024
1 parent 7e5d2ef commit 88f9718
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "catppuccin-egui"
version = "3.1.0"
version = "4.0.0"
authors = ["Sam Nystrom <[email protected]>"]
edition = "2021"
description = "Soothing pastel theme for egui."
Expand Down

0 comments on commit 88f9718

Please sign in to comment.