-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge #1376
Merge #1376
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,33 @@ | |
|
||
|
||
|
||
## v7.1.0 (2024-03-26) | ||
|
||
### Other | ||
|
||
* Merge pull request #1372 from mraniki/dev | ||
|
||
⬆️ 🤖 - Among the lucky you are the chosen one ([`8e69f44`](https://github.com/mraniki/tt/commit/8e69f446331de68cbd83cf770ddbb759e44ad43d)) | ||
|
||
### 🔧 | ||
|
||
* 🔧 ([`a1653d4`](https://github.com/mraniki/tt/commit/a1653d42b968bfe11a5e12d1d407d2c07b42880e)) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. suggestion (code_clarification): Clarify the purpose of the configuration changes in commit A brief description of what was changed or why it was necessary would improve understanding for future maintainers. |
||
|
||
* 🔧 updated config for CEFI update ([`59eb348`](https://github.com/mraniki/tt/commit/59eb34879f32e5813ebf01cfc2ed01d3793b7d2c)) | ||
|
||
### 🚀 | ||
|
||
* 🚀 new version matching the cefi, dxps, iamlistening and myllm client refactor ([`2f85316`](https://github.com/mraniki/tt/commit/2f85316dc0be865e84bc9d162702ba43ecf7cfbc)) | ||
|
||
### 🚨 | ||
|
||
* 🚨 ([`9fa111b`](https://github.com/mraniki/tt/commit/9fa111b6a7aab4d4076b0e03fa085473b4d8ec96)) | ||
|
||
* 🚨 ([`a20ca29`](https://github.com/mraniki/tt/commit/a20ca293bd77037e84514ea143a49d12b9d35abe)) | ||
Comment on lines
+25
to
+27
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. suggestion (code_clarification): Explain the significance of the alerts in commits Including a brief description of the alerts or issues addressed would provide context and improve traceability. |
||
|
||
* 🚨 Linter setup update ([`e7f20e2`](https://github.com/mraniki/tt/commit/e7f20e27df819a9c129d51ce0019b175b98f3f59)) | ||
|
||
|
||
## v7.0.23 (2024-03-25) | ||
|
||
### Other | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
""" | ||
talky Utils | ||
""" | ||
__version__ = "7.0.23" | ||
__version__ = "7.1.0" | ||
|
||
|
||
import asyncio | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion (code_clarification): Consider adding a brief description for PR #1372.
It's helpful for future reference to include a short summary of the changes introduced by the pull request.