Skip to content
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

Merged
merged 3 commits into from
Mar 26, 2024
Merged

Merge #1376

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@



## v7.1.0 (2024-03-26)

### Other

* Merge pull request #1372 from mraniki/dev
Copy link

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.


⬆️ 🤖 - Among the lucky you are the chosen one ([`8e69f44`](https://github.com/mraniki/tt/commit/8e69f446331de68cbd83cf770ddbb759e44ad43d))

### 🔧

* 🔧 ([`a1653d4`](https://github.com/mraniki/tt/commit/a1653d42b968bfe11a5e12d1d407d2c07b42880e))
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion (code_clarification): Clarify the purpose of the configuration changes in commit a1653d4.

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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion (code_clarification): Explain the significance of the alerts in commits 9fa111b and a20ca29.

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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ packages = [
{include = "tt"}
]
readme = "README.md"
version = "7.0.23"
version = "7.1.0"

[tool.poetry.dependencies]
python = "^3.10"
Expand Down
2 changes: 1 addition & 1 deletion tt/utils.py
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
Expand Down
Loading