diff --git a/CHANGELOG.md b/CHANGELOG.md index 603dc24..ee40da4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,18 @@ # Changelog +## 3.1 on 2022-20-09 + +### Changed +- Updated `image` to the version `0.24`. +- Lowered Wayland clipboard initialization log level. + ## 3.0 on 2022-19-09 ### Added - Support for clearing the clipboard. - Spport for excluding Windows clipboard data from cliboard history and OneDrive. -- Support waiting for another process to read clipboard data before returning from -a `write` call to a X11 and Wayland or clipboard +- Support waiting for another process to read clipboard data before returning +from a `write` call to a X11 and Wayland or clipboard ### Changed - Updated `wl-clipboard-rs` to the version `0.6`. diff --git a/Cargo.lock b/Cargo.lock index cbda385..e1b7c35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,7 +25,7 @@ dependencies = [ [[package]] name = "arboard" -version = "3.0.0" +version = "3.1.0" dependencies = [ "clipboard-win", "core-graphics", diff --git a/Cargo.toml b/Cargo.toml index 747a914..5119d3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arboard" -version = "3.0.0" +version = "3.1.0" authors = ["Artur Kovacs ", "Avi Weinstock ", "Arboard contributors"] description = "Image and text handling for the OS clipboard." repository = "https://github.com/1Password/arboard"