Skip to content

Commit e7d6bd0

Browse files
authored
chore(main): release 1.13.2 (#700)
1 parent 6abc31e commit e7d6bd0

File tree

5 files changed

+26
-5
lines changed

5 files changed

+26
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.13.1"
2+
".": "1.13.2"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [1.13.2](https://github.com/mdn/rumba/compare/v1.13.1...v1.13.2) (2025-12-08)
4+
5+
6+
### Build
7+
8+
* **deps:** bump actix-web from 4.11.0 to 4.12.0 ([#703](https://github.com/mdn/rumba/issues/703)) ([f62d841](https://github.com/mdn/rumba/commit/f62d841b6f4355c24b17405ba35b5247856127ab))
9+
* **deps:** bump actix-web from 4.12.0 to 4.12.1 ([#708](https://github.com/mdn/rumba/issues/708)) ([b8a2071](https://github.com/mdn/rumba/commit/b8a2071d187b4d953bce0d77291c236cfc454fa4))
10+
* **deps:** bump anyhow from 1.0.95 to 1.0.100 ([#697](https://github.com/mdn/rumba/issues/697)) ([0dbab62](https://github.com/mdn/rumba/commit/0dbab6294ba1de47f17eacfd1ed263f1998b046a))
11+
* **deps:** bump clap from 4.5.51 to 4.5.53 ([#702](https://github.com/mdn/rumba/issues/702)) ([8d0bbc2](https://github.com/mdn/rumba/commit/8d0bbc257bf3c09b5dc1363fd54ffb6063b0a1f3))
12+
* **deps:** bump config from 0.14.0 to 0.15.18 ([#695](https://github.com/mdn/rumba/issues/695)) ([24af45c](https://github.com/mdn/rumba/commit/24af45c102025b974d94b4f9b6c90556a0499990))
13+
* **deps:** bump config from 0.15.18 to 0.15.19 ([#711](https://github.com/mdn/rumba/issues/711)) ([2986e11](https://github.com/mdn/rumba/commit/2986e111ec4072e1cbf7c3c7025b38455c36ed83))
14+
* **deps:** bump hostname from 0.4.1 to 0.4.2 ([#710](https://github.com/mdn/rumba/issues/710)) ([a98a0e3](https://github.com/mdn/rumba/commit/a98a0e3943b0a81d514adc50b6cc59e98f60da05))
15+
* **deps:** bump jsonwebtoken from 10.1.0 to 10.2.0 ([#696](https://github.com/mdn/rumba/issues/696)) ([e1fb70d](https://github.com/mdn/rumba/commit/e1fb70d0cd577a455cd8c4fefcc464088687827d))
16+
* **deps:** bump sentry-actix from 0.45.0 to 0.46.0 ([#709](https://github.com/mdn/rumba/issues/709)) ([b3248a4](https://github.com/mdn/rumba/commit/b3248a4e027c647aa3c9dced44b30f66b11a1508))
17+
* **deps:** bump tiktoken-rs from 0.7.0 to 0.9.1 ([#704](https://github.com/mdn/rumba/issues/704)) ([8a3ce90](https://github.com/mdn/rumba/commit/8a3ce909e819ced6e4f43ea3503c2156c4e34d7d))
18+
19+
20+
### Miscellaneous
21+
22+
* **auth:** improve error handling ([#707](https://github.com/mdn/rumba/issues/707)) ([f4b84be](https://github.com/mdn/rumba/commit/f4b84bea63863c40b8b2ecd877123304537059e8))
23+
324
## [1.13.1](https://github.com/mdn/rumba/compare/v1.13.0...v1.13.1) (2025-11-07)
425

526

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rumba"
3-
version = "1.13.1"
3+
version = "1.13.2"
44
edition = "2021"
55
rust-version = "1.90"
66

ai-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ai-test"
3-
version = "1.13.1"
3+
version = "1.13.2"
44
edition = "2021"
55

66
[[bin]]

0 commit comments

Comments
 (0)