Skip to content

Commit e9ddda6

Browse files
committed
release: 5.9.0
1 parent 960bcdb commit e9ddda6

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.8.0"
2+
".": "5.9.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [5.9.0](https://github.com/imagekit-developer/imagekit-python/compare/v5.8.0...v5.9.0) (2026-08-15)
4+
5+
6+
### Features
7+
8+
* add description field in custom metadata field api ([70bca6b](https://github.com/imagekit-developer/imagekit-python/commit/70bca6b7d48109cfa538f45db839cefc776630c7))
9+
* **api:** Named Transformations ([960bcdb](https://github.com/imagekit-developer/imagekit-python/commit/960bcdbdd9488aac929f519cb520897bf35bbf48))
10+
11+
12+
### Chores
13+
14+
* pin next release ([1d08373](https://github.com/imagekit-developer/imagekit-python/commit/1d08373869924039a64c698e93082973110481e6))
15+
* update branch names in workflow and delete promote workflow ([1753b17](https://github.com/imagekit-developer/imagekit-python/commit/1753b17e626783768c8fd05dd3e4bae58c7eb3a1))
16+
* update default branch name to main ([85d2edf](https://github.com/imagekit-developer/imagekit-python/commit/85d2edfcef1e66229f509e356ee459646cab3074))
17+
* update mypy configuration to exclude additional files and prevent crashes from cyclic TypedDicts ([7f3623f](https://github.com/imagekit-developer/imagekit-python/commit/7f3623f39401f0fb61fd00c6cccc8fdea0840cd7))
18+
319
## [5.8.0](https://github.com/imagekit-developer/imagekit-python/compare/v5.7.0...v5.8.0) (2026-07-14)
420

521

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "imagekitio"
3-
version = "5.8.0"
3+
version = "5.9.0"
44
description = "The official Python library for the ImageKit API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/imagekitio/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "imagekitio"
4-
__version__ = "5.8.0" # x-release-please-version
4+
__version__ = "5.9.0" # x-release-please-version

0 commit comments

Comments
 (0)