From e1f521f47d60b4cd0f440870608cf24d2db8acb0 Mon Sep 17 00:00:00 2001 From: ComplexSpaces Date: Fri, 4 Nov 2022 12:56:42 -0500 Subject: [PATCH] Release 3.2.0 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ece51e2..01cd2de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ ### Changed - The Windows clipboard now behaves consistently with the other platform implementations again. +- Significantly improve cross-platform documentation of `Clipboard`. +- Remove lingering uses of the dbg! macro in the Wayland backend. ## 3.1.1 on 2022-17-10 diff --git a/Cargo.lock b/Cargo.lock index 5212467..7bf45e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ dependencies = [ [[package]] name = "arboard" -version = "3.1.1" +version = "3.2.0" dependencies = [ "clipboard-win", "core-graphics", diff --git a/Cargo.toml b/Cargo.toml index 9471490..f9f5c01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arboard" -version = "3.1.1" +version = "3.2.0" authors = ["Artur Kovacs ", "Avi Weinstock ", "Arboard contributors"] description = "Image and text handling for the OS clipboard." repository = "https://github.com/1Password/arboard"