diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b4e3b3d..d503085e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.12.2](https://github.com/mdn/rumba/compare/v1.12.1...v1.12.2) (2024-09-09) + + +### Build + +* **deps:** bump actix-web-lab from 0.20.2 to 0.22.0 ([#553](https://github.com/mdn/rumba/issues/553)) ([a5f54f2](https://github.com/mdn/rumba/commit/a5f54f287f1afc1975ed46aa0c95b9d4080c5e43)) +* **deps:** bump pgvector from 0.3.3 to 0.3.4 ([#542](https://github.com/mdn/rumba/issues/542)) ([08eeb89](https://github.com/mdn/rumba/commit/08eeb89936737f5fd32a9470f15099de5ca9ea79)) +* **deps:** bump serde_with from 3.8.3 to 3.9.0 ([#540](https://github.com/mdn/rumba/issues/540)) ([2b3d852](https://github.com/mdn/rumba/commit/2b3d852e7883550ba3a0b05bd7ad6c1759176df9)) +* **deps:** bump tokio from 1.38.0 to 1.40.0 ([#551](https://github.com/mdn/rumba/issues/551)) ([eddb78b](https://github.com/mdn/rumba/commit/eddb78b21da0a0366028fd8f31135fe1065ad3af)) + + +### Miscellaneous + +* **deps:** bump rust from 1.76 to 1.81 ([#555](https://github.com/mdn/rumba/issues/555)) ([9ef1fa5](https://github.com/mdn/rumba/commit/9ef1fa53c00150b3d835a053f54321824c099719)) + ## [1.12.1](https://github.com/mdn/rumba/compare/v1.12.0...v1.12.1) (2024-09-04) diff --git a/Cargo.lock b/Cargo.lock index 9ef361bc..62f191b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -356,7 +356,7 @@ dependencies = [ [[package]] name = "ai-test" -version = "1.12.1" +version = "1.12.2" dependencies = [ "anyhow", "async-openai", @@ -4041,7 +4041,7 @@ dependencies = [ [[package]] name = "rumba" -version = "1.12.1" +version = "1.12.2" dependencies = [ "actix-http", "actix-identity", diff --git a/Cargo.toml b/Cargo.toml index 36860017..74068c10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rumba" -version = "1.12.1" +version = "1.12.2" edition = "2021" rust-version = "1.81" diff --git a/ai-test/Cargo.toml b/ai-test/Cargo.toml index 25ca5f25..9fe6ca6b 100644 --- a/ai-test/Cargo.toml +++ b/ai-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ai-test" -version = "1.12.1" +version = "1.12.2" edition = "2021" [[bin]]