From 1f71b7190d3095c148248eb365280ef669735bb1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 03:03:58 +0000 Subject: [PATCH] chore(main): release 3.1.0 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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."