From 5fffd871ba62d141ba9b7e0355871bbd56f6cb3b Mon Sep 17 00:00:00 2001 From: Poly Date: Wed, 26 Jan 2022 15:19:44 +0100 Subject: [PATCH] Version bump 0.7.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9daaa0d..c602de1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## Unreleased +## 0.7.0 - Safe Rust XDG Desktop Portal support ## 0.6.3 diff --git a/Cargo.toml b/Cargo.toml index 3763e94..67484e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfd" -version = "0.6.4" +version = "0.7.0" edition = "2021" authors = ["Poly "] diff --git a/README.md b/README.md index 7f7827f..7a0c0df 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,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.6.4/status.svg)](https://deps.rs/crate/rfd/0.6.4) +[![dependency status](https://deps.rs/crate/rfd/0.7.0/status.svg)](https://deps.rs/crate/rfd/0.7.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: