Skip to content

Commit

Permalink
Version bump 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex committed Sep 18, 2024
1 parent 634d148 commit 11b9651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rfd"
version = "0.14.1"
version = "0.15.0"
edition = "2021"

authors = ["Poly <[email protected]>"]
Expand Down

0 comments on commit 11b9651

Please sign in to comment.