Skip to content

Commit

Permalink
Release v0.7.0 (#158)
Browse files Browse the repository at this point in the history
* Increase project version and update changelog

* Fix changelog date format
  • Loading branch information
fluxxcode authored Oct 1, 2024
1 parent 0ce7e32 commit 4e152c8
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
## 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)!)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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.29.1"
egui-file-dialog = "0.6.1"
egui-file-dialog = "0.7.0"
```

main.rs:
Expand Down

0 comments on commit 4e152c8

Please sign in to comment.