Skip to content

Commit

Permalink
Version bump 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex committed May 21, 2021
1 parent 6a361d5 commit 3042b32
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Change Log

## 0.4.0
- **[Breaking]** Fix misspeled `OkCancel` in `MessageButtons` (#12)
- `set_parent` support for Windows (#14)
2 changes: 1 addition & 1 deletion 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.3.0"
version = "0.4.0"
edition = "2018"

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.3.0/status.svg)](https://deps.rs/crate/rfd/0.3.0)
[![dependency status](https://deps.rs/crate/rfd/0.4.0/status.svg)](https://deps.rs/crate/rfd/0.4.0)

Rusty file dialogs for Windows, Linux (GTK), MacOS And WASM32.

Expand Down

0 comments on commit 3042b32

Please sign in to comment.