diff --git a/CHANGELOG.md b/CHANGELOG.md index f980d13..9a155b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [0.1.2] - 2023-03-06 + +### ⚙️ Miscellaneous Tasks + +- *(deps)* Bump thiserror from 1.0.38 to 1.0.39 +- *(deps)* Bump serde_json from 1.0.93 to 1.0.94 +- *(deps)* Bump rust-embed from 6.4.2 to 6.6.0 ([#36](https://github.com/orhun/runst/issues/36)) +- *(deps)* Bump transitive dependencies + ## [0.1.1] - 2023-03-05 ### 📚 Documentation diff --git a/Cargo.lock b/Cargo.lock index 10ea806..31998a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1174,7 +1174,7 @@ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" [[package]] name = "runst" -version = "0.1.1" +version = "0.1.2" dependencies = [ "cairo-rs", "colorsys", diff --git a/Cargo.toml b/Cargo.toml index 2e83b73..e31ea4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runst" -version = "0.1.1" # bumped by release.sh +version = "0.1.2" # bumped by release.sh description = "A dead simple notification daemon 🦡" authors = ["Orhun Parmaksız "] license = "MIT OR Apache-2.0"