From cd2eed4291f9bcd3647146227a76fb1a3712f843 Mon Sep 17 00:00:00 2001 From: "higuchi-ichiyo[bot]" <141173502+higuchi-ichiyo[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 20:16:18 +0900 Subject: [PATCH] chore(main): release ichiyo_ai 1.12.0 (#107) Co-authored-by: higuchi-ichiyo[bot] <141173502+higuchi-ichiyo[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c4cb8b3..a3e253c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.11.1"} +{".":"1.12.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 3756b42..09afa2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.12.0](https://github.com/approvers/ichiyoAI/compare/ichiyo_ai-v1.11.1...ichiyo_ai-v1.12.0) (2023-09-23) + + +### Features + +* 5文字以上コンテキストがない会話は強制的に終了するように ([#106](https://github.com/approvers/ichiyoAI/issues/106)) ([e215af3](https://github.com/approvers/ichiyoAI/commit/e215af3f551a51670d71d1cdafca4a4ef66cf0f2)) + ## [1.11.1](https://github.com/approvers/ichiyoAI/compare/ichiyo_ai-v1.11.0...ichiyo_ai-v1.11.1) (2023-09-17) diff --git a/Cargo.lock b/Cargo.lock index 6d6def2..c335b8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -528,7 +528,7 @@ dependencies = [ [[package]] name = "ichiyo_ai" -version = "1.11.1" +version = "1.12.0" dependencies = [ "anyhow", "chatgpt_rs", diff --git a/Cargo.toml b/Cargo.toml index 547363e..f1598ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ichiyo_ai" -version = "1.11.1" +version = "1.12.0" edition = "2021" license = "MIT" repository = "https://github.com/approvers/ichiyoAI"