From 2fdbb82802ea5687ca098139e24389f0485b4992 Mon Sep 17 00:00:00 2001 From: trimental Date: Fri, 14 Jun 2019 16:15:55 +0800 Subject: [PATCH] Release 0.3.3 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80c83a5..3d85199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 0.3.3 -- 2019-06-14 + +- Update nix version to 0.14.1 + ## 0.3.2 -- 2019-06-13 - Update smithay-client-toolkit version to 0.6.1 diff --git a/Cargo.toml b/Cargo.toml index 4512a7f..b30e451 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.3.2" +version = "0.3.3" authors = ["Lucas Timmins "] edition = "2018" description = "Provides access to the wayland clipboard for client applications."