From ad3d40ac85f27de1da188b094acc4b0a2136c6fd Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Sun, 31 Oct 2021 10:47:05 +0100 Subject: [PATCH] v0.6.5 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3961a20..a19e116 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.6.5 -- 2021-10-31 + - Update SCTK to 0.15, updating wayland-rs to `0.29` ## 0.6.4 -- 2021-06-25 diff --git a/Cargo.toml b/Cargo.toml index 8dc11f3..bc746c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.6.4" +version = "0.6.5" authors = ["Kirill Chibisov ", "Victor Berger ", "Lucas Timmins "] edition = "2018" description = "Provides access to the wayland clipboard for client applications."