Release 0.2.1

This commit is contained in:
Lucas Timmins 2019-04-27 23:36:16 +08:00
parent f56bb85124
commit 5c3fc2719c
2 changed files with 5 additions and 1 deletions

View file

@ -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<String>` for the seat name, if

View file

@ -1,6 +1,6 @@
[package]
name = "smithay-clipboard"
version = "0.2.0"
version = "0.2.1"
authors = ["Lucas Timmins <timmins.s.lucas@gmail.com>"]
edition = "2018"
description = "Provides access to the wayland clipboard for client applications."