From c4545c4dc8152bbe73932c0a09e3d72103c15663 Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Wed, 20 May 2020 10:04:44 +0200 Subject: [PATCH] version 0.5.0 --- CHANGELOG.md | 6 ++++-- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11dd286..3b1306f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,12 @@ ## Unreleased +# 0.5.0 -- 2020-05-20 + - Minimal rust version was bumped to 1.40.0 - Add support for `UTF8_STRING` mime type -- Clipboard now works only with extern display -- Clipboard now works only with last observed seats, instead of optionally accepting seat names +- **Breaking** Clipboard now works only with extern display +- **Breaking** Clipboard now works only with last observed seats, instead of optionally accepting seat names ## 0.4.0 -- 2020-03-09 diff --git a/Cargo.toml b/Cargo.toml index e5ff7ae..8835361 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "smithay-clipboard" -version = "0.4.0" -authors = ["Kirill Chibisov ", "Lucas Timmins ", "Victor Berger "] +version = "0.5.0" +authors = ["Kirill Chibisov ", "Victor Berger ", "Lucas Timmins "] edition = "2018" description = "Provides access to the wayland clipboard for client applications." repository = "https://github.com/smithay/smithay-clipboard"