From 5f1da28c7b2f8dd08d56bac9f1f9e8ba5f0a5b9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Thu, 26 Oct 2023 13:04:10 +0200 Subject: [PATCH] chore: release fortune-kind v0.1.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3713e8c..4e32d54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.6] - 2023-10-26 + +### Features + +- Start porting food +- Add some fedi tune +- Begin porting humorists + +### Miscellaneous Tasks + +- Update all dependencies + ## [0.1.5] - 2023-10-19 ### Features @@ -9,6 +21,10 @@ - Add nethack sounds - Start porting debian +### Miscellaneous Tasks + +- Release fortune-kind v0.1.5 + ### Build - Bump actions/checkout from 3 to 4 diff --git a/Cargo.lock b/Cargo.lock index 08bd59a..211b3b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -236,7 +236,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fortune-kind" -version = "0.1.5" +version = "0.1.6" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 78cc98f..fb0f978 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ exclude = [ "/oldtunes" ] rust-version = "1.70.0" readme = "README.md" license = "GPL-3.0-only" -version = "0.1.5" +version = "0.1.6" build = "build.rs" [dependencies]