From 67b694955fa9aa081ceec829ce638019374ef7b5 Mon Sep 17 00:00:00 2001 From: nookii Date: Sun, 29 Sep 2024 22:49:21 -0400 Subject: [PATCH] bump semver + CL --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee14f50..0b4e71b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.5.0 + - update `egui` -> `0.29` + +# 0.4.0 + - update `egui` -> `0.28` + # 0.3.6 - update `egui` -> `0.27` diff --git a/Cargo.toml b/Cargo.toml index 023470f..37750e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egui-modal" -version = "0.4.0" +version = "0.5.0" edition = "2021" license = "MIT" description = "a modal library for egui"