From 830723b24f41af755f66ac5471758b3384e886df Mon Sep 17 00:00:00 2001 From: Jannis <55352293+fluxxcode@users.noreply.github.com> Date: Tue, 4 Feb 2025 22:31:10 +0100 Subject: [PATCH] chore(releases): prepare release v0.9.0 (#243) --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c7c39d..ea82a293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # egui-file-dialog changelog -## Unreleased +## 2025-02-04 - v0.9.0 - egui update, virtual file system and more ### 🚨 Breaking Changes - Updated `egui` to version `0.31` [#240](https://github.com/fluxxcode/egui-file-dialog/pull/240) diff --git a/Cargo.toml b/Cargo.toml index 784b5dc0..183a130e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "egui-file-dialog" description = "An easy-to-use file dialog for egui" -version = "0.8.0" +version = "0.9.0" edition = "2021" authors = ["fluxxcode"] repository = "https://github.com/fluxxcode/egui-file-dialog" diff --git a/README.md b/README.md index 619b546b..0a885846 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Cargo.toml: ```toml [dependencies] eframe = "0.31.0" -egui-file-dialog = "0.8.0" +egui-file-dialog = "0.9.0" ``` main.rs: