From 9f3c0da59bfbc1e9f5b56a1b1a6fb804352c83ae Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Mon, 20 Jun 2022 11:23:42 +0200 Subject: [PATCH] version 0.6.6 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49a02d7..6ba8023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.6.6 -- 2022-06-20 + - Update SCTK to 0.16 ## 0.6.5 -- 2021-10-31 diff --git a/Cargo.toml b/Cargo.toml index 9606563..15e1ec1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.6.5" +version = "0.6.6" authors = ["Kirill Chibisov ", "Victor Berger ", "Lucas Timmins "] edition = "2018" description = "Provides access to the wayland clipboard for client applications."