From 4c567183a66c8a3cac218ccfdb8745876ffe1ce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Thu, 9 Nov 2023 07:53:48 +0100 Subject: [PATCH] chore: release fortune-kind v0.1.8 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 9d2e0b1..a550564 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ SPDX-License-Identifier: AGPL-3.0-only # Changelog +## [0.1.8] - 2023-11-09 + +### Features + +- Fair randomness calculation +- Flake refactor, REUSE compliance +- Port 198 lines of riddles + +### Build + +- Bump DeterminateSystems/nix-installer-action from 6 to 7 + ## [0.1.7] - 2023-11-02 ### Bug Fixes @@ -17,6 +29,10 @@ SPDX-License-Identifier: AGPL-3.0-only - Port 241 lines of medicine +### Miscellaneous Tasks + +- Release fortune-kind v0.1.7 + ### Build - Bump tempfile from 3.8.0 to 3.8.1 diff --git a/Cargo.lock b/Cargo.lock index 7a5c5de..b6bbbd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -236,7 +236,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fortune-kind" -version = "0.1.7" +version = "0.1.8" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index d467246..7540ca0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ exclude = [ "/oldtunes" ] rust-version = "1.70.0" readme = "README.md" license = "GPL-3.0-only" -version = "0.1.7" +version = "0.1.8" build = "build.rs" [dependencies]