Skip to content

Commit 9c5f71c

Browse files
author
semantic-release
committed
0.4.0
Automatically generated by python-semantic-release
1 parent b5147de commit 9c5f71c

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# CHANGELOG
22

33

4+
## v0.4.0 (2025-01-07)
5+
6+
### Continuous Integration
7+
8+
- Github Action для проверки Pull Request
9+
([`3b38d6f`](https://github.com/antonko/gigachat-adapter/commit/3b38d6f5e8a7ed8720682337a37fda11b1346989))
10+
11+
### Features
12+
13+
- Content в сообщениях как структура
14+
([`c7edf18`](https://github.com/antonko/gigachat-adapter/commit/c7edf1887ffb6c69273ccc4000116e112789a740))
15+
16+
- Конфигурация логирование
17+
([`df38bb4`](https://github.com/antonko/gigachat-adapter/commit/df38bb4098f6716a1eb7ac6cdc6a6e7e994ba188))
18+
19+
- Локальное сохранение хеша файла для исключения повторной загрузки в gigachat
20+
([`6fca1c1`](https://github.com/antonko/gigachat-adapter/commit/6fca1c186ad64ba6718c7adcfb65b96a90024f9a))
21+
22+
- Реализована базовая работа с файлами в запросах чата
23+
([`87acc42`](https://github.com/antonko/gigachat-adapter/commit/87acc428d61f79456e206fe3bc015ecd54bed719))
24+
25+
426
## v0.3.0 (2025-01-06)
527

628
### Chores

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gigachat-adapter"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "GigaChat adapter for FastAPI"
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)