From f1736d30a90a74f0e492044917ef9240f6a5c17f Mon Sep 17 00:00:00 2001 From: "higuchi-ichiyo[bot]" <141173502+higuchi-ichiyo[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:31:47 +0000 Subject: [PATCH] chore(main): release ichiyo_ai 1.14.0 --- .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 a5ea10f..5762c64 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.13.0"} +{".":"1.14.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index fbaecc5..7408705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.14.0](https://github.com/approvers/ichiyoAI/compare/ichiyo_ai-v1.13.0...ichiyo_ai-v1.14.0) (2023-10-23) + + +### Features + +* ichiyoAI v1.13.0 ([#120](https://github.com/approvers/ichiyoAI/issues/120)) ([6c714a3](https://github.com/approvers/ichiyoAI/commit/6c714a3c08afa47c688a5927419e3a73b855b389)) + ## [1.13.0](https://github.com/approvers/ichiyoAI/compare/ichiyo_ai-v1.12.2...ichiyo_ai-v1.13.0) (2023-10-23) diff --git a/Cargo.lock b/Cargo.lock index 8a1e1c3..cc98df3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -604,7 +604,7 @@ dependencies = [ [[package]] name = "ichiyo_ai" -version = "1.13.0" +version = "1.14.0" dependencies = [ "anyhow", "async-openai", diff --git a/Cargo.toml b/Cargo.toml index a26c9fd..14a65a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ichiyo_ai" -version = "1.13.0" +version = "1.14.0" edition = "2021" license = "MIT" repository = "https://github.com/approvers/ichiyoAI"