diff --git a/CHANGELOG.md b/CHANGELOG.md index 182f407..039d013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -# [1.2.0] - 2024-04-29 +## [1.2.1] - 2024-08-26 +### Fixed +- Initialize the inner clipboard instance lazily to prevent import-time errors in headless environments. + +## [1.2.0] - 2024-04-29 ### Changed -- Update `arboard` to 3.4.0. +- Update `arboard` to 3.4.0. ## [1.1.1] - 2024-02-20 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index a01d085..35cf3ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,7 +82,7 @@ dependencies = [ [[package]] name = "copykitten" -version = "1.2.0" +version = "1.2.1" dependencies = [ "arboard", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index 1e98e5a..bddbccc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "copykitten" -version = "1.2.0" +version = "1.2.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html