diff --git a/CHANGELOG.md b/CHANGELOG.md index ae72bab..3c5a65b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.0](https://github.com/catppuccin/egui/compare/v3.0.0...v3.1.0) (2023-05-26) + + +### Features + +* implement `Copy` for `Theme` ([97934d1](https://github.com/catppuccin/egui/commit/97934d1d5517194c61b35913e8ac6f6970934312)), closes [#8](https://github.com/catppuccin/egui/issues/8) + ## [3.0.0](https://github.com/catppuccin/egui/compare/v2.0.1...v3.0.0) (2023-05-26) diff --git a/Cargo.toml b/Cargo.toml index 80b27f8..aaa2b4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "catppuccin-egui" -version = "3.0.0" +version = "3.1.0" authors = ["Sam Nystrom "] edition = "2021" description = "Soothing pastel theme for egui."