From e783700c0bfe107761519d31f7269a2bb4883aad Mon Sep 17 00:00:00 2001 From: Akshar Patel <123344143+AksharP5@users.noreply.github.com> Date: Tue, 18 Aug 2026 00:15:33 -0400 Subject: [PATCH] chore: release v0.1.10 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 344d5f5..7b8d723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.10](https://github.com/AksharP5/blippy/compare/v0.1.9...v0.1.10) - 2026-08-18 + +### Added + +- copy GitHub URLs to clipboard ([#31](https://github.com/AksharP5/blippy/pull/31)) + ## [0.1.9](https://github.com/AksharP5/blippy/compare/v0.1.8...v0.1.9) - 2026-08-18 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 8cfdab7..41904e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -241,7 +241,7 @@ checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da" [[package]] name = "blippy" -version = "0.1.9" +version = "0.1.10" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index e15ebf1..9459ea3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blippy" -version = "0.1.9" +version = "0.1.10" edition = "2024" description = "GitHub in your terminal" homepage = "https://github.com/AksharP5/blippy"