From 7c73d58f0e5dc31277a94c937ccaa4298f88781c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Thu, 2 Nov 2023 09:54:30 +0100 Subject: [PATCH] chore: release fortune-kind v0.1.7 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 4e32d54..3c9988a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.1.7] - 2023-11-02 + +### Bug Fixes + +- Remove fortune I'm unsure about + +### Features + +- Port 241 lines of medicine + +### Build + +- Bump tempfile from 3.8.0 to 3.8.1 +- Change to rime.cx and semnix + ## [0.1.6] - 2023-10-26 ### Features @@ -11,6 +26,7 @@ ### Miscellaneous Tasks - Update all dependencies +- Release fortune-kind v0.1.6 ## [0.1.5] - 2023-10-19 diff --git a/Cargo.lock b/Cargo.lock index 8bea0c1..7a5c5de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -236,7 +236,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fortune-kind" -version = "0.1.6" +version = "0.1.7" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 455fbda..fbd8843 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.6" +version = "0.1.7" build = "build.rs" [dependencies]