version 0.5.2

This commit is contained in:
Victor Berger 2020-08-30 18:43:21 +02:00
parent b88f48fbc0
commit 12b9edc4f3
No known key found for this signature in database
GPG key ID: 5866DDBC86BE4680
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
[package]
name = "smithay-clipboard"
version = "0.5.1"
version = "0.5.2"
authors = ["Kirill Chibisov <contact@kchibisov.com>", "Victor Berger <victor.berger@m4x.org>", "Lucas Timmins <timmins.s.lucas@gmail.com>"]
edition = "2018"
description = "Provides access to the wayland clipboard for client applications."