From de64273309f7d74113a8f84d8d150f4572a44f3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Wed, 27 Mar 2024 01:14:19 +0300 Subject: [PATCH] chore(release): prepare for v0.1.7 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d3b7e8..57f016f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.1.7] - 2024-03-26 + +### ⚙️ Miscellaneous Tasks + +- *(github)* Update funding options +- *(project)* Update license copyright years + ## [0.1.6] - 2024-03-26 ### ⚙️ Miscellaneous Tasks diff --git a/Cargo.lock b/Cargo.lock index 5bc0078..5e6720d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1148,7 +1148,7 @@ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" [[package]] name = "runst" -version = "0.1.6" +version = "0.1.7" dependencies = [ "cairo-rs", "colorsys", diff --git a/Cargo.toml b/Cargo.toml index b0c60a5..5b7de32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runst" -version = "0.1.6" # bumped by release.sh +version = "0.1.7" # bumped by release.sh description = "A dead simple notification daemon 🦡" authors = ["Orhun Parmaksız "] license = "MIT OR Apache-2.0"