diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a155b0..9487a50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file. +## [0.1.3] - 2023-03-13 + +### 🐛 Bug Fixes + +- *(typo)* Fix typo in security policy + +### 🚜 Refactor + +- *(cd)* Remove GitHub release requirement from crates.io step +- *(readme)* Use HTML badges + +### 📚 Documentation + +- *(readme)* Add badges + +### ⚙️ Miscellaneous Tasks + +- *(deps)* Bump serde from 1.0.152 to 1.0.155 +- *(deps)* Bump tera from 1.17.1 to 1.18.0 +- *(deps)* Bump transitive dependencies +- *(github)* Add custom domain for GitHub pages + ## [0.1.2] - 2023-03-06 ### ⚙️ Miscellaneous Tasks diff --git a/Cargo.lock b/Cargo.lock index 7b5ef07..104eeac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1183,7 +1183,7 @@ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" [[package]] name = "runst" -version = "0.1.2" +version = "0.1.3" dependencies = [ "cairo-rs", "colorsys", diff --git a/Cargo.toml b/Cargo.toml index 4d8df0d..b9cf2df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runst" -version = "0.1.2" # bumped by release.sh +version = "0.1.3" # bumped by release.sh description = "A dead simple notification daemon 🦡" authors = ["Orhun Parmaksız "] license = "MIT OR Apache-2.0"