Release 0.3.0
This commit is contained in:
parent
a42fd69ee1
commit
59fa30aba0
2 changed files with 5 additions and 1 deletions
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 0.3.0 -- 2019-06-07
|
||||||
|
|
||||||
|
- Add support for primary selection through `store_primary()` and `load_primary()`
|
||||||
|
|
||||||
## 0.2.1 -- 2019-04-27
|
## 0.2.1 -- 2019-04-27
|
||||||
|
|
||||||
- Remove dbg! macro from code
|
- Remove dbg! macro from code
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "smithay-clipboard"
|
name = "smithay-clipboard"
|
||||||
version = "0.2.1"
|
version = "0.3.0"
|
||||||
authors = ["Lucas Timmins <timmins.s.lucas@gmail.com>"]
|
authors = ["Lucas Timmins <timmins.s.lucas@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Provides access to the wayland clipboard for client applications."
|
description = "Provides access to the wayland clipboard for client applications."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue