From d5fba32e7ca1621f5dbce03510e8b87acb4b3d50 Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Thu, 4 Feb 2021 11:18:34 +0100 Subject: [PATCH] v0.6.3 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21b83ce..59bc5dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.6.3 -- 2021-02-04 + - Consecutive clipboard stores dropped until the application is refocused ## 0.6.2 -- 2020-12-17 diff --git a/Cargo.toml b/Cargo.toml index 2142f31..8f8d0e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.6.2" +version = "0.6.3" authors = ["Kirill Chibisov ", "Victor Berger ", "Lucas Timmins "] edition = "2018" description = "Provides access to the wayland clipboard for client applications."