From a4827e53446a8ef51b246252e1b2e30ac3c008d6 Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Tue, 13 Oct 2020 15:45:28 +0200 Subject: [PATCH] version 0.6.1 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7331cdd..35bf823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.6.1 -- 2020-10-13 + - Crash when failing to write to a clipboard ## 0.6.0 -- 2020-10-03 diff --git a/Cargo.toml b/Cargo.toml index fe74e59..2900e31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.6.0" +version = "0.6.1" authors = ["Kirill Chibisov ", "Victor Berger ", "Lucas Timmins "] edition = "2018" description = "Provides access to the wayland clipboard for client applications."