From 9855d34e4a0ff4053339358865c69fa488a011ea Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Thu, 27 Feb 2020 16:01:09 +0100 Subject: [PATCH] version 0.3.7 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c97b0ac..3684380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.3.7 -- 2020-02-27 + - Only bind seat with version up to 6, as version 7 is not yet supported by SCTK for loading keymaps diff --git a/Cargo.toml b/Cargo.toml index ddb5c18..22373b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.3.6" +version = "0.3.7" authors = ["Lucas Timmins "] edition = "2018" description = "Provides access to the wayland clipboard for client applications."