Skip to content

Commit 19095c0

Browse files
author
semantic-release
committed
0.330.0
Automatically generated by python-semantic-release
1 parent 3844d96 commit 19095c0

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

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

3+
## v0.330.0 (2024-12-23)
4+
5+
### Ci
6+
7+
* ci: added pre-commit workflow (#130)
8+
9+
Co-authored-by: Islam Alibekov <[email protected]> ([`47a017e`](https://github.com/yandex-cloud/python-sdk/commit/47a017e03df9faf41ebacec089cbb77e0646c6ef))
10+
11+
### Feature
12+
13+
* feat: regenerate proto ([`3844d96`](https://github.com/yandex-cloud/python-sdk/commit/3844d96e19c0a12c1bbdbbb8d0994d47b89790f2))
14+
15+
### Fix
16+
17+
* fix: fix trailing-whitespace (#128)
18+
19+
Co-authored-by: Islam Alibekov <[email protected]> ([`0e0cee9`](https://github.com/yandex-cloud/python-sdk/commit/0e0cee9232f62660fee53b54b8de6ccec2633de8))
20+
21+
* fix: bump cryptography version due to vulnerability issue (#127)
22+
23+
Co-authored-by: Islam Alibekov <[email protected]> ([`bb10518`](https://github.com/yandex-cloud/python-sdk/commit/bb105182ccf26ab491e876f2d21b56ba89284e94))
24+
25+
### Style
26+
27+
* style: support pyupgrade pre-commit hook (#129)
28+
29+
Co-authored-by: Islam Alibekov <[email protected]> ([`3d18e01`](https://github.com/yandex-cloud/python-sdk/commit/3d18e0182a05c13f9292a854ff1d7e9eb38825de))
30+
331
## v0.329.0 (2024-12-16)
432

533
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "yandexcloud"
7-
version = "0.329.0"
7+
version = "0.330.0"
88
authors = [{name = "Yandex LLC", email = "[email protected]"}]
99
license = {text = "MIT"}
1010
description = "The Yandex Cloud official SDK"

yandexcloud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
from yandexcloud._retry_interceptor import RetryInterceptor
1111
from yandexcloud._sdk import SDK
1212

13-
__version__ = "0.329.0"
13+
__version__ = "0.330.0"

0 commit comments

Comments
 (0)