Skip to content

Commit

Permalink
chore(releases): prepare release v0.9.0 (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxxcode authored Feb 4, 2025
1 parent 57c9276 commit 830723b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
## 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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 830723b

Please sign in to comment.