Skip to content

Commit b802140

Browse files
author
semantic-release
committed
0.318.0
Automatically generated by python-semantic-release
1 parent 73a7c7a commit b802140

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGELOG
22

3+
## v0.318.0 (2024-09-19)
4+
5+
### Feature
6+
7+
* feat: add ai-assistants to supported modules ([`73a7c7a`](https://github.com/yandex-cloud/python-sdk/commit/73a7c7aa7688c56fce7362bd0fc24aba07b4775a))
8+
9+
* feat: regenerate proto ([`e3c7741`](https://github.com/yandex-cloud/python-sdk/commit/e3c7741de7ceb55e9b8d2e2f66e7388685ec1c4d))
10+
11+
### Fix
12+
13+
* fix: remove custom changelog ([`b773f8c`](https://github.com/yandex-cloud/python-sdk/commit/b773f8c4ac1bb860ac29ce4f37a1cc9d6451f846))
14+
315
## v0.317.0 (2024-09-17)
416

517
### Feature

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
packages = find_packages(".", include=["yandexcloud*", "yandex*"])
44

5-
__version__ = "0.317.0"
5+
__version__ = "0.318.0"
66

77
with open("README.md") as file:
88
README = file.read()

0 commit comments

Comments
 (0)