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 ## Unreleased
## 0.4.0 -- 2020-03-09
- Fix crash when receiving non-utf8 data - Fix crash when receiving non-utf8 data
- **Breaking** `load` and `load_primary` now return `Result<String>` to indicate errors - **Breaking** `load` and `load_primary` now return `Result<String>` to indicate errors
- Fix clipboard dying after TTY switch - Fix clipboard dying after TTY switch

View file

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