From 858419b586c679dedd46f5347c26b19a7e00c56b Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Tue, 10 Oct 2023 21:33:54 +0400 Subject: [PATCH] smithay-clipboard version 0.7.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1759f59..bd5db54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## Unreleased +## 0.7.0 -- 2023-10-10 - Update SCTK to 0.18 - Fix active polling of the clipboard each 50ms diff --git a/Cargo.toml b/Cargo.toml index be8dd60..ee025b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.6.6" +version = "0.7.0" authors = ["Kirill Chibisov ", "Victor Berger "] edition = "2021" description = "Provides access to the wayland clipboard for client applications."