smithay-clipboard version 0.7.1

This commit is contained in:
Kirill Chibisov 2024-02-20 03:30:14 +04:00 committed by GitHub
parent ee63d81a57
commit eebb02816e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Change Log
## 0.7.1
- Don't panic on display disconnect
## 0.7.0 -- 2023-10-10
- Update SCTK to 0.18

View file

@ -1,6 +1,6 @@
[package]
name = "smithay-clipboard"
version = "0.7.0"
version = "0.7.1"
authors = ["Kirill Chibisov <contact@kchibisov.com>", "Victor Berger <victor.berger@m4x.org>"]
edition = "2021"
description = "Provides access to the wayland clipboard for client applications."