From 1847020d02cfa33ef1a85ab2d0db95f0fd230815 Mon Sep 17 00:00:00 2001 From: "higuchi-ichiyo[bot]" <141173502+higuchi-ichiyo[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 03:15:04 +0900 Subject: [PATCH] chore(main): release ichiyo_ai 1.9.2 (#86) 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 2bc3655..c3a1422 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.9.1"} +{".":"1.9.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index a3d5ae1..d776e30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.2](https://github.com/approvers/ichiyoAI/compare/ichiyo_ai-v1.9.1...ichiyo_ai-v1.9.2) (2023-08-26) + + +### Bug Fixes + +* コンテキストが途中で欠如する問題の修正 ([#85](https://github.com/approvers/ichiyoAI/issues/85)) ([2fab02e](https://github.com/approvers/ichiyoAI/commit/2fab02e7897a3dc2c28f701f48faa1dd6c28c2ff)) + ## [1.9.1](https://github.com/approvers/ichiyoAI/compare/ichiyo_ai-v1.9.0...ichiyo_ai-v1.9.1) (2023-08-26) diff --git a/Cargo.lock b/Cargo.lock index 3614c1f..f177dbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -653,7 +653,7 @@ dependencies = [ [[package]] name = "ichiyo_ai" -version = "1.9.1" +version = "1.9.2" dependencies = [ "anyhow", "chatgpt_rs", diff --git a/Cargo.toml b/Cargo.toml index 2d2b994..e2f76e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ichiyo_ai" -version = "1.9.1" +version = "1.9.2" edition = "2021" license = "MIT" repository = "https://github.com/approvers/ichiyoAI"