Skip to content

Commit

Permalink
chore(main): release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 22, 2024
1 parent e6874e6 commit e4caff0
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.7.0"
version = "1.8.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.7.0"
version = "1.8.0"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit e4caff0

Please sign in to comment.