From fb75d36863b5e29243eb7bb4dbeced24113b3132 Mon Sep 17 00:00:00 2001 From: Roman Vlasenko Date: Wed, 31 Jan 2024 21:19:14 +0300 Subject: [PATCH] Bump version to 1.0.0, update the changelog --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d94e3d6..008925b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,3 +5,7 @@ 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] + +## [1.0.0] - 2024-01-31 +- First public release. +- Copykitten can `copy`, `paste`, and `clear` the clipboard. diff --git a/Cargo.lock b/Cargo.lock index 3bdf3d1..19ae403 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,7 +82,7 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" [[package]] name = "copykitten" -version = "0.4.0" +version = "1.0.0" dependencies = [ "arboard", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index 7e959c0..f98ac15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "copykitten" -version = "0.4.0" +version = "1.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html