Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version bump 0.13.0 #167

Merged
merged 1 commit into from
Jan 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.12.1"
version = "0.13.0"
edition = "2021"

authors = ["Poly <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down