diff --git a/CHANGELOG.md b/CHANGELOG.md index 44cc081..e6503db 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.10.1 ### Packaging diff --git a/Cargo.toml b/Cargo.toml index fb430b1..8fd9e79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "copypasta" -version = "0.10.0" +version = "0.10.1" 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"