From 5cb7002452da5d583f580c50f9753bc97117b1c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Mary=C5=84czak?= Date: Sat, 16 Nov 2024 04:01:19 +0100 Subject: [PATCH] Version bump 0.15.1 (#222) --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b379e..dddbe14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log ## Unreleased + +## 0.15.1 - Update `ashpd` to 0.10. ## 0.15.0 diff --git a/Cargo.toml b/Cargo.toml index 690f164..c9e3338 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfd" -version = "0.15.0" +version = "0.15.1" edition = "2021" authors = ["Poly "] diff --git a/README.md b/README.md index 27d83d9..c80e283 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.14.0/status.svg)](https://deps.rs/crate/rfd/0.14.0) +[![dependency status](https://deps.rs/crate/rfd/0.15.1/status.svg)](https://deps.rs/crate/rfd/0.15.1) 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: