From 9a1c9f44255bd271282038ecf5ad25dca10bf019 Mon Sep 17 00:00:00 2001 From: Jannis <55352293+fluxxcode@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:50:41 +0100 Subject: [PATCH] chore(releases): prepare release v0.2.0 (#11) --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e07cedf..5f18cec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # egui-modal-spinner changelog -## Unreleased +## 2025-01-20 - v0.2.0 - egui update ### 🚨 Breaking Changes - Updated `egui` from `0.29.1` to `0.30.0` [#9](https://github.com/fluxxcode/egui-modal-spinner/pull/9) (thanks [@Netzwerk2](https://github.com/Netzwerk2)!) -## 2024-12-02 +## 2024-12-02 - v0.1.0 - bug fixes ### 🐛 Bug Fixes - Fixed issue with widgets being interactable behind the modal background [#7](https://github.com/fluxxcode/egui-modal-spinner/pull/7) diff --git a/Cargo.toml b/Cargo.toml index 6f8508c..aafe29b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ eframe = { version = "0.30.0", default-features = false, features = [ [package] name = "egui-modal-spinner" description = "A modal spinner to temporarily suppress user input in egui" -version = "0.1.1" +version = "0.2.0" edition = "2021" authors = ["fluxxcode"] repository = "https://github.com/fluxxcode/egui-modal-spinner"