Skip to content

Commit

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

## [1.10.0](https://github.com/mdn/rumba/compare/v1.9.0...v1.10.0) (2024-04-08)


### Features

* **ai-help:** switch to text-embedding-3-small model ([#459](https://github.com/mdn/rumba/issues/459)) ([9b65676](https://github.com/mdn/rumba/commit/9b656762c45bac86a4c8c48c1dbd0e9f82cf39b4))


### Build

* **deps:** bump chrono from 0.4.34 to 0.4.37 ([#457](https://github.com/mdn/rumba/issues/457)) ([6b79a11](https://github.com/mdn/rumba/commit/6b79a11f4e09d20e5991b8d1921e8de5c773db20))
* **deps:** bump diesel from 2.1.4 to 2.1.5 ([#467](https://github.com/mdn/rumba/issues/467)) ([58eef65](https://github.com/mdn/rumba/commit/58eef652f74046ca9bf44363e73ce589692d3e78))
* **deps:** bump jsonwebtoken from 9.2.0 to 9.3.0 ([#468](https://github.com/mdn/rumba/issues/468)) ([dc62b60](https://github.com/mdn/rumba/commit/dc62b60030be163b41f69aab3f64bd59e2ca1214))
* **deps:** bump octocrab from 0.34.1 to 0.37.0 ([#456](https://github.com/mdn/rumba/issues/456)) ([e5d7ab3](https://github.com/mdn/rumba/commit/e5d7ab313dd89e9aedfdac7efd60bb20d5504bd4))
* **deps:** bump pgvector from 0.2.2 to 0.3.2 ([#403](https://github.com/mdn/rumba/issues/403)) ([cefcdcb](https://github.com/mdn/rumba/commit/cefcdcb6635784c71e716466e5365426feb2279a))
* **deps:** bump regex from 1.10.3 to 1.10.4 ([#465](https://github.com/mdn/rumba/issues/465)) ([cd21515](https://github.com/mdn/rumba/commit/cd215152688f0c85150dec211e22306723018f09))
* **deps:** bump uuid from 1.7.0 to 1.8.0 ([#464](https://github.com/mdn/rumba/issues/464)) ([da5eb6b](https://github.com/mdn/rumba/commit/da5eb6b35c031086b22c0f687954bf7fc502e509))
* **deps:** bump validator from 0.16.1 to 0.18.0 ([#462](https://github.com/mdn/rumba/issues/462)) ([d1d9200](https://github.com/mdn/rumba/commit/d1d920013d8ebe6aa263186c4a2767dc0c539cb1))
* **deps:** bump whoami from 1.4.1 to 1.5.1 ([#461](https://github.com/mdn/rumba/issues/461)) ([fe5b8dc](https://github.com/mdn/rumba/commit/fe5b8dc7b4af2efd46c7d32fb92ec0c3bfb551e9))


### Miscellaneous

* **release-please:** add Build section ([#463](https://github.com/mdn/rumba/issues/463)) ([14ed4e9](https://github.com/mdn/rumba/commit/14ed4e9be3792806cf61dcb9e13719d60828e366))

## [1.9.0](https://github.com/mdn/rumba/compare/v1.8.0...v1.9.0) (2024-04-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.9.0"
version = "1.10.0"
edition = "2021"
rust-version = "1.76"

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.9.0"
version = "1.10.0"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit 734f290

Please sign in to comment.