From df89a42b23df921a64ebe951b71f60b80325a2d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Mary=C5=84czak?= Date: Sun, 14 Jan 2024 17:58:09 +0100 Subject: [PATCH] Version bump 0.13.0 (#167) --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7afb2be..5c3c7c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # Change Log +## [Unreleased] + ## 0.13.0 -- Users of the `xdg-portal` feature must now also select the `tokio` +- **[Breaking]** Users of the `xdg-portal` feature must now also select the `tokio` or `async-std` feature +- [macOS] Use NSOpenPanel.message instead of title #166 ## 0.12.1 - Fix `FileHandle::inner` (under feature `file-handle-inner`) on wasm diff --git a/Cargo.toml b/Cargo.toml index add5bc8..1a0e3d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfd" -version = "0.12.1" +version = "0.13.0" edition = "2021" authors = ["Poly "] diff --git a/README.md b/README.md index 1ca8f7f..dfd3d5d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![version](https://img.shields.io/crates/v/rfd.svg)](https://crates.io/crates/rfd) [![Documentation](https://docs.rs/rfd/badge.svg)](https://docs.rs/rfd) -[![dependency status](https://deps.rs/crate/rfd/0.12.0/status.svg)](https://deps.rs/crate/rfd/0.12.0) +[![dependency status](https://deps.rs/crate/rfd/0.13.0/status.svg)](https://deps.rs/crate/rfd/0.13.0) Rusty File Dialogs is a cross platform Rust library for using native file open/save dialogs. It provides both asynchronous and synchronous APIs. Supported platforms: