From 5c60bdc5d8bf6510e22e445ed06ca2aa664347f7 Mon Sep 17 00:00:00 2001 From: Akshar Patel <123344143+AksharP5@users.noreply.github.com> Date: Mon, 17 Aug 2026 23:49:41 -0400 Subject: [PATCH] chore: release v0.1.9 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 538de9a..344d5f5 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.9](https://github.com/AksharP5/blippy/compare/v0.1.8...v0.1.9) - 2026-08-18 + +### Fixed + +- remove vulnerable Rust dependencies ([#25](https://github.com/AksharP5/blippy/pull/25)) + +### Other + +- limit Dependabot to lockfile updates ([#30](https://github.com/AksharP5/blippy/pull/30)) + ## [0.1.8](https://github.com/AksharP5/blippy/compare/v0.1.7...v0.1.8) - 2026-08-18 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index d69e82a..77586b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -223,7 +223,7 @@ checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da" [[package]] name = "blippy" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index f77f09a..1f21d87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blippy" -version = "0.1.8" +version = "0.1.9" edition = "2024" description = "GitHub in your terminal" homepage = "https://github.com/AksharP5/blippy"