diff options
| author | Robin Krahl <robin.krahl@ireas.org> | 2019-06-30 13:00:09 +0200 | 
|---|---|---|
| committer | Robin Krahl <robin.krahl@ireas.org> | 2019-06-30 13:00:09 +0200 | 
| commit | 10462c2c9f4ae2ffd3c32dd4628e0052067c15fa (patch) | |
| tree | 6134c86a82f24ad8e9af2f13db1fd7f2cf05509e | |
| parent | 3e3a2e5394a619807f9f4930263ccf4d3fee269a (diff) | |
| download | dialog-rs-10462c2c9f4ae2ffd3c32dd4628e0052067c15fa.tar.gz dialog-rs-10462c2c9f4ae2ffd3c32dd4628e0052067c15fa.tar.bz2 | |
Release v0.2.1v0.2.1
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/CHANGELOG.md b/CHANGELOG.md index ba8e822..edf65a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# v0.2.1 (2019-06-30)  - Fix the input and password dialogs for the `zenity` backend (thanks Silvano    Cortesi for the bug report):    - Read from `stdout` instead of `stderr`. @@ -1,6 +1,6 @@  [package]  name = "dialog" -version = "0.2.0" +version = "0.2.1"  authors = ["Robin Krahl <robin.krahl@ireas.org>"]  edition = "2018"  repository = "https://git.ireas.org/dialog-rs/" | 
