From 5c3fc2719cba8e96849b0ac0effa27ed1a960106 Mon Sep 17 00:00:00 2001 From: Lucas Timmins Date: Sat, 27 Apr 2019 23:36:16 +0800 Subject: [PATCH] Release 0.2.1 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec9d126..c4c934e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 0.2.1 -- 2019-04-27 + +- Remove dbg! macro from code + ## 0.2.0 -- 2019-04-27 - `Clipboard::store()` and `Clipboard::load()` now take a `Option` for the seat name, if diff --git a/Cargo.toml b/Cargo.toml index 76f202b..c2c360b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay-clipboard" -version = "0.2.0" +version = "0.2.1" authors = ["Lucas Timmins "] edition = "2018" description = "Provides access to the wayland clipboard for client applications."