version 0.4

This commit is contained in:
Victor Berger 2020-03-09 22:46:54 +01:00
parent b0b1d427f9
commit a4240ad835
2 changed files with 4 additions and 2 deletions

View file

@ -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<String>` to indicate errors
- Fix clipboard dying after TTY switch

View file

@ -1,7 +1,7 @@
[package]
name = "smithay-clipboard"
version = "0.3.7"
authors = ["Lucas Timmins <timmins.s.lucas@gmail.com>"]
version = "0.4.0"
authors = ["Lucas Timmins <timmins.s.lucas@gmail.com>", "Victor Berger <victor.berger@m4x.org>"]
edition = "2018"
description = "Provides access to the wayland clipboard for client applications."
repository = "https://github.com/smithay/smithay-clipboard"