Skip to content

Commit

Permalink
Version bump 0.14 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex authored Feb 19, 2024
1 parent 0c8cde5 commit 8646b50
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased]
## 0.14.0
- i18n for GTK and XDG Portal
- Use XDG Portal as default
- Use zenity as a fallback for XDG Portal
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.13.0"
version = "0.14.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.13.0/status.svg)](https://deps.rs/crate/rfd/0.13.0)
[![dependency status](https://deps.rs/crate/rfd/0.14.0/status.svg)](https://deps.rs/crate/rfd/0.14.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

0 comments on commit 8646b50

Please sign in to comment.