From b2b0e4099dfb235f13211b9d1e8c95e5e36d03ef Mon Sep 17 00:00:00 2001 From: trimental Date: Wed, 14 Aug 2019 00:10:31 +0800 Subject: [PATCH] Release 0.3.4 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3759e6d..f7365ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.3.4 -- 2019-08-14 + - Add fallback to gtk primary selection, when zwp primary selection is not available ## 0.3.3 -- 2019-06-14 diff --git a/Cargo.toml b/Cargo.toml index b30e451..32a2db8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.3.3" +version = "0.3.4" authors = ["Lucas Timmins "] edition = "2018" description = "Provides access to the wayland clipboard for client applications."