From 7ea43dbd979a8c1453a316ac8a55a0dd997d1f6a Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Thu, 17 Dec 2020 12:42:54 +0100 Subject: [PATCH] v0.6.2 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90d7261..e7121e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.6.2 -- 2020-12-17 + - Segfault when dropping clipboard in multithreaded context while main queue is still running ## 0.6.1 -- 2020-10-13 diff --git a/Cargo.toml b/Cargo.toml index 2900e31..2142f31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.6.1" +version = "0.6.2" authors = ["Kirill Chibisov ", "Victor Berger ", "Lucas Timmins "] edition = "2018" description = "Provides access to the wayland clipboard for client applications."