diff --git a/CHANGELOG.md b/CHANGELOG.md index 271c682..1a1eb67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. +## [0.2.2] - 2023-07-15 + +### 🐛 Bug Fixes + +- *(socket)* Fix Rofi blocking socket updates + +### 📚 Documentation + +- *(readme)* Add Arch Linux installation instructions + +### ⚙️ Miscellaneous Tasks + +- *(deps)* Bump rust-embed from 6.7.0 to 6.8.1 +- *(deps)* Bump toml from 0.7.5 to 0.7.6 +- *(deps)* Bump regex from 1.8.4 to 1.9.1 +- *(deps)* Bump thiserror from 1.0.40 to 1.0.43 +- *(deps)* Bump serde from 1.0.164 to 1.0.171 +- *(deps)* Bump serde_json from 1.0.99 to 1.0.102 + ## [0.2.1] - 2023-07-14 ### 🐛 Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index e2a383d..41c12c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -526,7 +526,7 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" [[package]] name = "nofi" -version = "0.2.1" +version = "0.2.2" dependencies = [ "colorsys", "dbus", diff --git a/Cargo.toml b/Cargo.toml index 0fff3ed..41a4b21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nofi" -version = "0.2.1" # bumped by release.sh +version = "0.2.2" # bumped by release.sh description = "A notification daemon for Rofi" authors = ["Ellis Clayton "] license = "MIT"