From dc8a4bd4f28cf096f898e123ad5a90b5763d1ed4 Mon Sep 17 00:00:00 2001 From: ComplexSpaces Date: Sat, 2 Mar 2024 13:33:25 -0600 Subject: [PATCH] Release 3.3.2 --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 338ca74..339dd6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 3.3.2 on 2024-12-02 + +### Fixed +- Fixed compilation on Windows when using the `image-data` feature combined with older Rust compilers. + ## 3.3.1 on 2024-12-02 ### Changed diff --git a/Cargo.lock b/Cargo.lock index fc6f8a2..fafa7c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ dependencies = [ [[package]] name = "arboard" -version = "3.3.1" +version = "3.3.2" dependencies = [ "clipboard-win", "core-graphics", diff --git a/Cargo.toml b/Cargo.toml index 69f8c3e..553bd16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arboard" -version = "3.3.1" +version = "3.3.2" authors = ["Artur Kovacs ", "Avi Weinstock ", "Arboard contributors"] description = "Image and text handling for the OS clipboard." repository = "https://github.com/1Password/arboard"