Release 0.3.6

This commit is contained in:
trimental 2019-11-21 17:20:20 +08:00
parent 7b1651a2c1
commit e28a54171f
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@
## Unreleased
## 0.3.6 -- 2019-11-21
- Perform loaded data normalization for text/plain;charset=utf-8 mime type
- Fix clipboard throttling

View file

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