From b2b066c9e51ff52fa281c8074f556a6937bf5fd5 Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Fri, 25 Jun 2021 16:12:44 +0200 Subject: [PATCH] version 0.6.4 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59bc5dd..c6a25ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 0.6.4 -- 2021-06-25 + +- Update SCTK to 0.14, significantly reducing the depdendency tree + ## 0.6.3 -- 2021-02-04 - Consecutive clipboard stores dropped until the application is refocused diff --git a/Cargo.toml b/Cargo.toml index cd9ea93..b42c950 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.6.3" +version = "0.6.4" authors = ["Kirill Chibisov ", "Victor Berger ", "Lucas Timmins "] edition = "2018" description = "Provides access to the wayland clipboard for client applications."