Skip to content

Commit

Permalink
chore(main): release 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 23, 2024
1 parent eb9b96d commit e67c89c
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [1.12.2](https://github.com/mdn/rumba/compare/v1.12.1...v1.12.2) (2024-10-23)


### Enhancements

* **play:** create flag with "needs triage" label ([#568](https://github.com/mdn/rumba/issues/568)) ([e3cf55f](https://github.com/mdn/rumba/commit/e3cf55f6826ea7e703eea307e571b8c9b12c0a2e))


### Build

* **deps:** bump actions/checkout from 2 to 4 ([#571](https://github.com/mdn/rumba/issues/571)) ([000ffac](https://github.com/mdn/rumba/commit/000ffac1e0f771fdc9d750af2904de5323e0f01f))
* **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 diesel_migrations from 2.1.0 to 2.2.0 ([#513](https://github.com/mdn/rumba/issues/513)) ([9a5df54](https://github.com/mdn/rumba/commit/9a5df5421192bd6ea2516cb4f27e474b2b293900))
* **deps:** bump docker/metadata-action from 4 to 5 ([#574](https://github.com/mdn/rumba/issues/574)) ([8a459f3](https://github.com/mdn/rumba/commit/8a459f3fcb6b70e518b1a1ec6c508351c30c75ac))
* **deps:** bump mozilla-actions/sccache-action from 0.0.4 to 0.0.6 ([#579](https://github.com/mdn/rumba/issues/579)) ([eb9b96d](https://github.com/mdn/rumba/commit/eb9b96d1663eb30414125fd557202b7b349b986a))
* **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)


Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rumba"
version = "1.12.1"
version = "1.12.2"
edition = "2021"
rust-version = "1.81"

Expand Down
2 changes: 1 addition & 1 deletion ai-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ai-test"
version = "1.12.1"
version = "1.12.2"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit e67c89c

Please sign in to comment.