From 05b6dec99cea337f514ad4c92170b4106061b894 Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Sat, 3 Oct 2020 15:55:15 +0200 Subject: [PATCH] version 0.6.0 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70a6786..41a433a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.6.0 -- 2020-10-03 + - Updated smithay-client-toolkit to 0.12 - **Breaking** `Clipboard::new` is now marked with `unsafe` diff --git a/Cargo.toml b/Cargo.toml index fdef777..fe74e59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.5.2" +version = "0.6.0" authors = ["Kirill Chibisov ", "Victor Berger ", "Lucas Timmins "] edition = "2018" description = "Provides access to the wayland clipboard for client applications."