From e4caff0b390eb3a9eb2dfafcb9adb436614f77b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 21:05:17 +0000 Subject: [PATCH] chore(main): release 1.8.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- ai-test/Cargo.toml | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f4699f4..7d7af120 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [1.8.0](https://github.com/mdn/rumba/compare/v1.7.0...v1.8.0) (2024-02-22) + + +### Features + +* **ai-test:** add --no-subscription flag ([#413](https://github.com/mdn/rumba/issues/413)) ([e6874e6](https://github.com/mdn/rumba/commit/e6874e602d488df67d74c44591b42b0e5b486f8c)) +* **plus:** user subscription transitions ([#415](https://github.com/mdn/rumba/issues/415)) ([604b0e7](https://github.com/mdn/rumba/commit/604b0e7e4672e49a3501987aa5faef6ef07686a2)) +* **plus:** user subscription transitions ([#421](https://github.com/mdn/rumba/issues/421)) ([5a307ca](https://github.com/mdn/rumba/commit/5a307cac964a693657f40b9d59f02fc837ed4b88)) + + +### Bug Fixes + +* **plus:** user subscription transitions ([#417](https://github.com/mdn/rumba/issues/417)) ([47b5a0b](https://github.com/mdn/rumba/commit/47b5a0b1d3d3bb8ed3267ccc4e9546c090fab33a)) +* **tests:** add 10ms delay after we are done with stubr ([#408](https://github.com/mdn/rumba/issues/408)) ([18d8fda](https://github.com/mdn/rumba/commit/18d8fda52e2c419b9aeda7b3546704208d761f1f)) + + +### Miscellaneous + +* **deps:** update minor depedency versions ([#418](https://github.com/mdn/rumba/issues/418)) ([8994fc5](https://github.com/mdn/rumba/commit/8994fc5d5ed88ef425da0e1b9e9fb73486e7e886)) +* **deps:** update non-breaking major deps ([#419](https://github.com/mdn/rumba/issues/419)) ([cda0c26](https://github.com/mdn/rumba/commit/cda0c26a7d79a9b0f13b628f296c4a907d4f1605)) + ## [1.7.0](https://github.com/mdn/rumba/compare/v1.6.1...v1.7.0) (2024-01-31) diff --git a/Cargo.lock b/Cargo.lock index 10f31558..70b15c01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -352,7 +352,7 @@ dependencies = [ [[package]] name = "ai-test" -version = "1.7.0" +version = "1.8.0" dependencies = [ "anyhow", "async-openai", @@ -4033,7 +4033,7 @@ dependencies = [ [[package]] name = "rumba" -version = "1.7.0" +version = "1.8.0" dependencies = [ "actix-http", "actix-identity", diff --git a/Cargo.toml b/Cargo.toml index f640c6dd..0ec40a2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rumba" -version = "1.7.0" +version = "1.8.0" edition = "2021" rust-version = "1.76" diff --git a/ai-test/Cargo.toml b/ai-test/Cargo.toml index 769d2828..c5018da7 100644 --- a/ai-test/Cargo.toml +++ b/ai-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ai-test" -version = "1.7.0" +version = "1.8.0" edition = "2021" [[bin]]