From 211220bfe701cc6d154076e37f74beafc14101d2 Mon Sep 17 00:00:00 2001 From: Akshar Patel <123344143+AksharP5@users.noreply.github.com> Date: Wed, 19 Aug 2026 17:00:51 -0400 Subject: [PATCH] chore: release v0.1.11 --- 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 7b8d723..e02971c 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.11](https://github.com/AksharP5/blippy/compare/v0.1.10...v0.1.11) - 2026-08-19 + +### Fixed + +- harden sync and failure handling + ## [0.1.10](https://github.com/AksharP5/blippy/compare/v0.1.9...v0.1.10) - 2026-08-18 ### Added diff --git a/Cargo.lock b/Cargo.lock index 41904e5..89e279f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -241,7 +241,7 @@ checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da" [[package]] name = "blippy" -version = "0.1.10" +version = "0.1.11" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index 9459ea3..7f08367 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blippy" -version = "0.1.10" +version = "0.1.11" edition = "2024" description = "GitHub in your terminal" homepage = "https://github.com/AksharP5/blippy"