aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 99a219f..afaabb3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@ SPDX-FileCopyrightText: 2019 Robin Krahl <robin.krahl@ireas.org>
SPDX-License-Identifier: CC0-1.0
-->
-# Unreleased
+# v0.3.0 (2019-12-10)
- Add the `KDialog` backend (contributed by Stephan Sokolow).
- Add the `FileSelection` dialog (contributed by Reyk Floeter).
- Comply with version 3.0 of the REUSE specification.
diff --git a/Cargo.toml b/Cargo.toml
index 355b789..7fa888f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@
[package]
name = "dialog"
-version = "0.2.1"
+version = "0.3.0"
authors = ["Robin Krahl <robin.krahl@ireas.org>"]
edition = "2018"
repository = "https://git.ireas.org/dialog-rs/"