diff --git a/CHANGELOG.md b/CHANGELOG.md index 6796352..f980d13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## [0.1.1] - 2023-03-05 + +### 📚 Documentation + +- *(github)* Add Code Of Conduct +- *(github)* Add pull request template +- *(github)* Add issue templates +- *(github)* Add contribution guidelines +- *(github)* Add security policy +- *(readme)* Add AUR instructions + +### ⚙️ Miscellaneous Tasks + +- *(github)* Enable sponsorships + ## [0.1.0] - 2023-03-05 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index 5995616..04c747a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1174,7 +1174,7 @@ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" [[package]] name = "runst" -version = "0.1.0" +version = "0.1.1" dependencies = [ "cairo-rs", "colorsys", diff --git a/Cargo.toml b/Cargo.toml index 66f4d1f..211e2c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runst" -version = "0.1.0" # bumped by release.sh +version = "0.1.1" # bumped by release.sh description = "A dead simple notification daemon 🦡" authors = ["Orhun Parmaksız "] license = "MIT OR Apache-2.0"