Skip to content

Commit

Permalink
Version bump 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex committed Jun 4, 2022
1 parent 7e5c4b2 commit 9d0f347
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 0.8.4
- XDG: decode URI before converting to PathBuf #70

## 0.8.3
- Windows-rs update 0.37

## 0.8.2
- Windows-rs update 0.35

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.8.3"
version = "0.8.4"
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 @@ -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.8.2/status.svg)](https://deps.rs/crate/rfd/0.8.2)
[![dependency status](https://deps.rs/crate/rfd/0.8.4/status.svg)](https://deps.rs/crate/rfd/0.8.4)

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

0 comments on commit 9d0f347

Please sign in to comment.