aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-06-30 13:00:09 +0200
committerRobin Krahl <robin.krahl@ireas.org>2019-06-30 13:00:09 +0200
commit10462c2c9f4ae2ffd3c32dd4628e0052067c15fa (patch)
tree6134c86a82f24ad8e9af2f13db1fd7f2cf05509e
parent3e3a2e5394a619807f9f4930263ccf4d3fee269a (diff)
downloaddialog-rs-10462c2c9f4ae2ffd3c32dd4628e0052067c15fa.tar.gz
dialog-rs-10462c2c9f4ae2ffd3c32dd4628e0052067c15fa.tar.bz2
Release v0.2.1v0.2.1
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.toml2
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`.
diff --git a/Cargo.toml b/Cargo.toml
index fa44826..2f11081 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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/"