From 12b9edc4f3d4d9186da03f251fcdeb4c6a28321d Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Sun, 30 Aug 2020 18:43:21 +0200 Subject: [PATCH] version 0.5.2 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 187c479..00ef294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.5.2 -- 2020-08-30 + - Fixed clipboard crashing, when seat has neither keyboard nor pointer focus - Advertise UTF8_STRING mimetype - Fixed crash when writing data to the server fails diff --git a/Cargo.toml b/Cargo.toml index 52587a7..5a06f7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.5.1" +version = "0.5.2" authors = ["Kirill Chibisov ", "Victor Berger ", "Lucas Timmins "] edition = "2018" description = "Provides access to the wayland clipboard for client applications."