version 0.6.1

This commit is contained in:
Victor Berger 2020-10-13 15:45:28 +02:00
parent da2637af29
commit a4827e5344
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 ## Unreleased
## 0.6.1 -- 2020-10-13
- Crash when failing to write to a clipboard - Crash when failing to write to a clipboard
## 0.6.0 -- 2020-10-03 ## 0.6.0 -- 2020-10-03

View file

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