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"