From 77e0e078eb460ac2fa0eda96124163c11ef6b2d1 Mon Sep 17 00:00:00 2001 From: ComplexSpaces Date: Mon, 12 Feb 2024 17:41:32 -0600 Subject: [PATCH] Release 3.3.1 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afa2117..338ca74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 3.3.1 on 2024-12-02 + +### Changed +- Updated Windows clipboard and migrated from `winapi` to `windows-sys`. +- Internally migrated to Rust 2021 edition. +- Significantly improved the crate's error documentation. +- Updated `core-graphics` to `0.23` +- Updated `x11rb` to `0.13` + ## 3.3.0 on 2023-20-11 ### Added diff --git a/Cargo.lock b/Cargo.lock index fdf356a..fc6f8a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ dependencies = [ [[package]] name = "arboard" -version = "3.3.0" +version = "3.3.1" dependencies = [ "clipboard-win", "core-graphics", diff --git a/Cargo.toml b/Cargo.toml index 0334bff..69f8c3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arboard" -version = "3.3.0" +version = "3.3.1" authors = ["Artur Kovacs ", "Avi Weinstock ", "Arboard contributors"] description = "Image and text handling for the OS clipboard." repository = "https://github.com/1Password/arboard"