Skip to content

Commit

Permalink
Increase package version and prepare release (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxxcode authored Sep 10, 2024
1 parent 931d26b commit 31b4c21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# egui-file-dialog changelog

## Unreleased
## 2024-09-10 - v0.6.1 - Bug Fixes
### 🐛 Bug Fixes
- Fixed that the `select_all` keybinding can also be used in `DialogMode`'s in which only one item can be selected [#142](https://github.com/fluxxcode/egui-file-dialog/pull/142)
- Fixed the file dialog window resizing endlessly if the name of the selected file filter is larger than the dropdown menu itself [#147](https://github.com/fluxxcode/egui-file-dialog/pull/147)
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[workspace]
members = [
"examples/*"

]

[workspace.dependencies]
eframe = { version = "0.28.0", default-features = false, features = ["glow", "persistence"] }

[package]
name = "egui-file-dialog"
description = "An easy-to-use file dialog for egui"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
authors = ["fluxxcode"]
repository = "https://github.com/fluxxcode/egui-file-dialog"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Cargo.toml:
```toml
[dependencies]
eframe = "0.28.0"
egui-file-dialog = "0.6.0"
egui-file-dialog = "0.6.1"
```

main.rs:
Expand Down

0 comments on commit 31b4c21

Please sign in to comment.