From c205ad922005cd2c4850508f9dec1651315dd836 Mon Sep 17 00:00:00 2001 From: Liam Woodleigh-Hardinge Date: Wed, 28 Aug 2024 14:16:28 +0200 Subject: [PATCH] chore: release --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17f6ba2..985bcaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1](https://github.com/liamwh/HyprFocus/compare/v1.1.0...v1.1.1) - 2024-08-28 + +### Other +- *(deps)* bump serde_json from 1.0.125 to 1.0.127 +- *(deps)* bump serde from 1.0.208 to 1.0.209 +- Add HyprFocus logo to README.md + ## [1.1.0](https://github.com/liamwh/HyprFocus/compare/v1.0.0...v1.1.0) - 2024-08-07 ### Added diff --git a/Cargo.lock b/Cargo.lock index 5bd0abe..40e9e2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -240,7 +240,7 @@ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" [[package]] name = "hyprfocus" -version = "1.1.0" +version = "1.1.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 6eb9bf2..16dcb10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyprfocus" -version = "1.1.0" +version = "1.1.1" edition = "2021" license = "MIT OR Apache-2.0" description = "Open or focus your apps instantly"