From bd004e8628ec4027a26eafe6bec80792d9cb6a94 Mon Sep 17 00:00:00 2001 From: Lucas Timmins Date: Wed, 24 Apr 2019 01:28:31 +0800 Subject: [PATCH] Release 0.1.1 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4ca046..736e2e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## 0.1.1 -- 2019-04-24 + +- Do a sync roundtrip to register avaliable seats on clipboard creation +- Collect serials from key and pointer events +- Return an empty string for load requests when no seats are avaliable + ## 0.1.0 -- 2019-02-14 Initial version, including: diff --git a/Cargo.toml b/Cargo.toml index 629339f..e03e3bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.1.0" +version = "0.1.1" authors = ["Lucas Timmins "] edition = "2018" description = "Provides access to the wayland clipboard for client applications."