From 0a7e3fbd5a6b5c4515042a64a95ccc00d6fd801f Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Thu, 12 Oct 2023 06:11:58 +0200 Subject: [PATCH] Bump version to 0.9.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12f6485..23389a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 0.9.0 - Bump minimum supported Rust version to `1.65.0` - Change `ClipboardProvider::set_contents` parameter type to `AsRef` diff --git a/Cargo.toml b/Cargo.toml index 4b12b65..04854de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "copypasta" -version = "0.8.2" +version = "0.9.0" authors = ["Christian Duerr "] description = "copypasta is a cross-platform library for getting and setting the contents of the OS-level clipboard." repository = "https://github.com/alacritty/copypasta"