From f7e98756a3f885f61de77b75a1dbd9feee5e69c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 12:11:13 +0100 Subject: [PATCH] chore(main): release 1.6.0 (#386) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- ai-test/Cargo.toml | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8977c64..b5a0aebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.6.0](https://github.com/mdn/rumba/compare/v1.5.1...v1.6.0) (2023-12-14) + + +### Features + +* **ai-help:** release 2.0 ([#373](https://github.com/mdn/rumba/issues/373)) ([9499ee9](https://github.com/mdn/rumba/commit/9499ee9a183bed6bf7389bd83494d1f065f916d2)) + + +### Miscellaneous + +* **github:** add CODEOWNERS ([#385](https://github.com/mdn/rumba/issues/385)) ([e89284e](https://github.com/mdn/rumba/commit/e89284ed949378503cf4c3af498049ba36e9b62c)) + ## [1.5.1](https://github.com/mdn/rumba/compare/v1.5.0...v1.5.1) (2023-08-15) diff --git a/Cargo.lock b/Cargo.lock index 2dc384e4..fe34b9d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -363,7 +363,7 @@ dependencies = [ [[package]] name = "ai-test" -version = "0.0.1" +version = "1.6.0" dependencies = [ "anyhow", "async-openai", @@ -3660,7 +3660,7 @@ dependencies = [ [[package]] name = "rumba" -version = "1.5.1" +version = "1.6.0" dependencies = [ "actix-http", "actix-identity", diff --git a/Cargo.toml b/Cargo.toml index 19a80d1d..d58ab787 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rumba" -version = "1.5.1" +version = "1.6.0" edition = "2021" rust-version = "1.72" diff --git a/ai-test/Cargo.toml b/ai-test/Cargo.toml index 267fe966..f48ffe85 100644 --- a/ai-test/Cargo.toml +++ b/ai-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ai-test" -version = "0.0.1" +version = "1.6.0" edition = "2021" [[bin]]