diff --git a/CHANGELOG.md b/CHANGELOG.md index 753e3a82..4abec47c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # egui-file-dialog changelog -## Unreleased +## 2024-10-01 - v0.7.0 - egui update and QoL changes ### 🚨 Breaking Changes - Updated `egui` from version `0.28.0` to version `0.29.1` [#155](https://github.com/fluxxcode/egui-file-dialog/pull/155) and [#157](https://github.com/fluxxcode/egui-file-dialog/pull/157) (thanks [@crumblingstatue](https://github.com/crumblingstatue)!) diff --git a/Cargo.toml b/Cargo.toml index 7e1ed4ee..fe0813ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ eframe = { version = "0.29.1", default-features = false, features = [ [package] name = "egui-file-dialog" description = "An easy-to-use file dialog for egui" -version = "0.6.1" +version = "0.7.0" edition = "2021" authors = ["fluxxcode"] repository = "https://github.com/fluxxcode/egui-file-dialog" diff --git a/README.md b/README.md index b77e6281..65c99cb1 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Cargo.toml: ```toml [dependencies] eframe = "0.29.1" -egui-file-dialog = "0.6.1" +egui-file-dialog = "0.7.0" ``` main.rs: