From a4240ad8350a96311ef52a4f9070f017b67cab65 Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Mon, 9 Mar 2020 22:46:54 +0100 Subject: [PATCH] version 0.4 --- CHANGELOG.md | 2 ++ Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31ad7a9..537c88c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.4.0 -- 2020-03-09 + - Fix crash when receiving non-utf8 data - **Breaking** `load` and `load_primary` now return `Result` to indicate errors - Fix clipboard dying after TTY switch diff --git a/Cargo.toml b/Cargo.toml index 22373b1..7db9c1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "smithay-clipboard" -version = "0.3.7" -authors = ["Lucas Timmins "] +version = "0.4.0" +authors = ["Lucas Timmins ", "Victor Berger "] edition = "2018" description = "Provides access to the wayland clipboard for client applications." repository = "https://github.com/smithay/smithay-clipboard"