Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.

Commit 8cf0a8c

Browse files
author
github-actions
committed
4.2.0
Automatically generated by python-semantic-release
1 parent b1efcf9 commit 8cf0a8c

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33

44

55

6+
## v4.2.0 (2024-02-22)
7+
8+
### Other
9+
10+
* Merge pull request #350 from mraniki/dev
11+
12+
💄 improve history export, added import capability ([`b1efcf9`](https://github.com/mraniki/MyLLM/commit/b1efcf9ce5f7e2ecc6c4a269b5a7952658aa9ded))
13+
14+
* Merge pull request #349 from mraniki/renovate/g4f-0.x
15+
16+
⬆️ 🛠️(deps): update dependency g4f to v0.2.1.6 ([`eacb9a7`](https://github.com/mraniki/MyLLM/commit/eacb9a7d8ebce787b2b342529f06d362a107f6a9))
17+
18+
### ⬆️
19+
20+
* ⬆️ 🛠️(deps): update dependency g4f to v0.2.1.6 ([`1a916a3`](https://github.com/mraniki/MyLLM/commit/1a916a3c1d18fa1509574bb11e34a8346e2eb9e4))
21+
22+
### 💄
23+
24+
* 💄 improve history export, added import capability and standardize history filename. ([`ce60b5d`](https://github.com/mraniki/MyLLM/commit/ce60b5dee379cccbe65c55d0ad3e36da68cfe3de))
25+
26+
### 🚨
27+
28+
* 🚨 ([`a5b50d0`](https://github.com/mraniki/MyLLM/commit/a5b50d001b546943e23b348abe019cbdd2971dd4))
29+
630
## v4.1.3 (2024-02-19)
731

832
### Other

myllm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Versioning
33
"""
4-
__version__ = "4.1.3"
4+
__version__ = "4.2.0"
55

66
from .main import MyLLM
77

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "MyLLM"
3-
version = "4.1.3"
3+
version = "4.2.0"
44
description = "A python package to interact with llm model supported by g4f and langchain."
55
authors = ["mraniki <[email protected]>"]
66
license = "MIT License"
@@ -126,6 +126,7 @@ overgeneral-exceptions = [
126126

127127

128128

129+
129130

130131

131132
[tool.poetry.group.test.dependencies]
@@ -199,6 +200,7 @@ pytest-loguru = "^0.3.0"
199200

200201

201202

203+
202204

203205

204206
[tool.poetry.group.docs]

0 commit comments

Comments
 (0)