From fb4e98165a08565f8be16eceaed136ece415dec5 Mon Sep 17 00:00:00 2001 From: Lucas Timmins Date: Sat, 27 Apr 2019 22:26:09 +0800 Subject: [PATCH] Release 0.2.0 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 736e2e7..ec9d126 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +## 0.2.0 -- 2019-04-27 + +- `Clipboard::store()` and `Clipboard::load()` now take a `Option` for the seat name, if +no seat name is provided then the name of the last seat to generate an event will be used instead + ## 0.1.1 -- 2019-04-24 - Do a sync roundtrip to register avaliable seats on clipboard creation diff --git a/Cargo.toml b/Cargo.toml index e03e3bc..76f202b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.1.1" +version = "0.2.0" authors = ["Lucas Timmins "] edition = "2018" description = "Provides access to the wayland clipboard for client applications."