Skip to content

Commit

Permalink
chore(main): release 1.12.1 (#548)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 9, 2024
1 parent 916ecad commit 671993b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.12.1](https://github.com/mdn/rumba/compare/v1.12.0...v1.12.1) (2024-09-04)


### Bug Fixes

* **ai-help:** fix double decrement ([#550](https://github.com/mdn/rumba/issues/550)) ([78fea88](https://github.com/mdn/rumba/commit/78fea8894059648c6214647c1c3273f959057839))
* **ci:** check dependabot PR user instead of actor ([#552](https://github.com/mdn/rumba/issues/552)) ([5b7fa3b](https://github.com/mdn/rumba/commit/5b7fa3b513d9c2f56bc1f43d4b7649ebadc287ec))


### Build

* **deps:** bump openssl from 0.10.64 to 0.10.66 ([#543](https://github.com/mdn/rumba/issues/543)) ([916ecad](https://github.com/mdn/rumba/commit/916ecad2b5c11a50690c3b8904ec06f7cc3451fa))


### Miscellaneous

* **ai-help:** upgrade to gpt-4o-2024-08-06 ([#547](https://github.com/mdn/rumba/issues/547)) ([d533eda](https://github.com/mdn/rumba/commit/d533eda0191842e67a63d1e5d7c2831afc7261de))

## [1.12.0](https://github.com/mdn/rumba/compare/v1.11.1...v1.12.0) (2024-08-02)


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.0"
version = "1.12.1"
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.12.0"
version = "1.12.1"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit 671993b

Please sign in to comment.