diff --git a/CHANGELOG.md b/CHANGELOG.md index 11ba190..538de9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.8](https://github.com/AksharP5/blippy/compare/v0.1.7...v0.1.8) - 2026-08-18 + +### Fixed + +- let space toggle metadata picker items ([#23](https://github.com/AksharP5/blippy/pull/23)) + +### Other + +- *(ci)* update release actions ([#22](https://github.com/AksharP5/blippy/pull/22)) + ## [0.1.7](https://github.com/AksharP5/blippy/compare/v0.1.6...v0.1.7) - 2026-03-08 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 568f88b..02460da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -247,7 +247,7 @@ checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" [[package]] name = "blippy" -version = "0.1.7" +version = "0.1.8" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 3f2b564..2a09788 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blippy" -version = "0.1.7" +version = "0.1.8" edition = "2024" description = "GitHub in your terminal" homepage = "https://github.com/AksharP5/blippy"