diff --git a/CHANGELOG.md b/CHANGELOG.md index 93e2119..484c401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## Unreleased +## 0.15.0 - Move from `objc` crates to `objc2` crates. - Fix `AsyncFileDialog` blocking the executor on Windows (#191) - Add `TDF_SIZE_TO_CONTENT` to `TaskDialogIndirect` config so that it can display longer text without truncating/wrapping (80 characters instead of 55) (#202) diff --git a/Cargo.toml b/Cargo.toml index d61a571..45a5e82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfd" -version = "0.14.1" +version = "0.15.0" edition = "2021" authors = ["Poly "]