v0.6.2
This commit is contained in:
parent
f6f5b98235
commit
7ea43dbd97
2 changed files with 3 additions and 1 deletions
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 0.6.2 -- 2020-12-17
|
||||||
|
|
||||||
- Segfault when dropping clipboard in multithreaded context while main queue is still running
|
- Segfault when dropping clipboard in multithreaded context while main queue is still running
|
||||||
|
|
||||||
## 0.6.1 -- 2020-10-13
|
## 0.6.1 -- 2020-10-13
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "smithay-clipboard"
|
name = "smithay-clipboard"
|
||||||
version = "0.6.1"
|
version = "0.6.2"
|
||||||
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."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue