Skip to content

Commit 8fbd951

Browse files
committed
release: 5.9.0
1 parent 70bca6b commit 8fbd951

4 files changed

Lines changed: 17 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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [5.9.0](https://github.com/imagekit-developer/imagekit-python/compare/v5.8.0...v5.9.0) (2026-08-13)
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+
10+
11+
### Chores
12+
13+
* update branch names in workflow and delete promote workflow ([1753b17](https://github.com/imagekit-developer/imagekit-python/commit/1753b17e626783768c8fd05dd3e4bae58c7eb3a1))
14+
* update default branch name to main ([85d2edf](https://github.com/imagekit-developer/imagekit-python/commit/85d2edfcef1e66229f509e356ee459646cab3074))
15+
* update mypy configuration to exclude additional files and prevent crashes from cyclic TypedDicts ([7f3623f](https://github.com/imagekit-developer/imagekit-python/commit/7f3623f39401f0fb61fd00c6cccc8fdea0840cd7))
16+
317
## [5.8.0](https://github.com/imagekit-developer/imagekit-python/compare/v5.7.0...v5.8.0) (2026-07-14)
418

519

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)