diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce54b1..c90f61c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.1.0-rc.2] - 2023-03-02 + +### 📚 Documentation + +- *(readme)* Update minimum supported Rust version to 1.64.0 + +### ⚙️ Miscellaneous Tasks + +- *(deps)* Bump transitive dependencies +- *(release)* Update git-cliff config +- *(release)* Remove empty lines from the tag message + diff --git a/Cargo.lock b/Cargo.lock index a13ea04..e334ef0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1174,7 +1174,7 @@ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" [[package]] name = "runst" -version = "0.1.0-rc.1" +version = "0.1.0-rc.2" dependencies = [ "cairo-rs", "colorsys", diff --git a/Cargo.toml b/Cargo.toml index 18ae31d..7d7f990 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runst" -version = "0.1.0-rc.1" # bumped by release.sh +version = "0.1.0-rc.2" # bumped by release.sh description = "A dead simple notification daemon" authors = ["Orhun Parmaksız "] license = "MIT OR Apache-2.0"