From e28a54171f8b0df4b0a5240d349540993bd5ac5e Mon Sep 17 00:00:00 2001 From: trimental Date: Thu, 21 Nov 2019 17:20:20 +0800 Subject: [PATCH] Release 0.3.6 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2e892b..c7f817f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.3.6 -- 2019-11-21 + - Perform loaded data normalization for text/plain;charset=utf-8 mime type - Fix clipboard throttling diff --git a/Cargo.toml b/Cargo.toml index d148eaa..ddb5c18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.3.5" +version = "0.3.6" authors = ["Lucas Timmins "] edition = "2018" description = "Provides access to the wayland clipboard for client applications."