Skip to content

Commit 3731c64

Browse files
release: 0.1.0
1 parent e260c6a commit 3731c64

File tree

4 files changed

+68
-3
lines changed

4 files changed

+68
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-09-04)
4+
5+
Full Changelog: [v0.0.1...v0.1.0](https://github.com/imagekit-developer/imagekit-python/compare/v0.0.1...v0.1.0)
6+
7+
### Features
8+
9+
* add bulk delete options ([c1c4d32](https://github.com/imagekit-developer/imagekit-python/commit/c1c4d3206b06594ba77a8a1c4dab7d0c5b74de9a))
10+
* add sdk version to url ([9c3e67d](https://github.com/imagekit-developer/imagekit-python/commit/9c3e67d20f78b799e974889420ead23f457b5cfa))
11+
* **api:** manual updates ([0833775](https://github.com/imagekit-developer/imagekit-python/commit/083377510fd4eded4b946ee6c29dd05743bc6705))
12+
* **api:** manual updates ([49ca430](https://github.com/imagekit-developer/imagekit-python/commit/49ca43002e5dc701bb1b9e90931a0d280d8dc354))
13+
* **api:** manual updates ([5b013ab](https://github.com/imagekit-developer/imagekit-python/commit/5b013ab99d2aeeae601dff136deffb5c99d84dd1))
14+
* **api:** manual updates ([502776e](https://github.com/imagekit-developer/imagekit-python/commit/502776eebbf1b353d9d7ff651521ed40bcac74d2))
15+
* **api:** manual updates ([e1df182](https://github.com/imagekit-developer/imagekit-python/commit/e1df182ffc8f8656dca3cb768303762dbfd487a4))
16+
* **api:** manual updates ([79f22e5](https://github.com/imagekit-developer/imagekit-python/commit/79f22e575f1e9644e34b388d16a7f25cd972eda2))
17+
* **api:** manual updates ([81882b7](https://github.com/imagekit-developer/imagekit-python/commit/81882b70cb70051bf102f360b5bfbfd284f3d1de))
18+
* **api:** manual updates ([b7f980c](https://github.com/imagekit-developer/imagekit-python/commit/b7f980c5a4532535e18e13d0d2333b572cfcae40))
19+
* **api:** manual updates ([1d0cd71](https://github.com/imagekit-developer/imagekit-python/commit/1d0cd717092f46c4024af867916c001be4e69edb))
20+
* **api:** manual updates ([cc31c09](https://github.com/imagekit-developer/imagekit-python/commit/cc31c0929c2c4c35b28214ce4ed40a0385054862))
21+
* **api:** manual updates ([23047c1](https://github.com/imagekit-developer/imagekit-python/commit/23047c1ce69a8f20c17dc41cb6679d1356b7d7a9))
22+
* **api:** manual updates ([e5c302f](https://github.com/imagekit-developer/imagekit-python/commit/e5c302ff99f0016a154731b806d9e48c4442b72b))
23+
* **api:** manual updates ([ef41522](https://github.com/imagekit-developer/imagekit-python/commit/ef4152255fdd6d8b8be2d9084f3cea6c43abf971))
24+
* implement client with all func. ([67dd4b2](https://github.com/imagekit-developer/imagekit-python/commit/67dd4b28822086009278e4ab3f85d52690e6e9b7))
25+
* implement get_remote_url_metadata ([1272740](https://github.com/imagekit-developer/imagekit-python/commit/12727400dc5bc6678f6769c5143c11962f58eea4))
26+
* improve future compat with pydantic v3 ([55b2b83](https://github.com/imagekit-developer/imagekit-python/commit/55b2b835ddda01e61ca8eda7b3d7ddb8b9445b60))
27+
* **types:** replace List[str] with SequenceNotStr in params ([35f1e21](https://github.com/imagekit-developer/imagekit-python/commit/35f1e21860a391dc3a9434514e725b424cde5756))
28+
29+
30+
### Bug Fixes
31+
32+
* binary file upload ([23c9c46](https://github.com/imagekit-developer/imagekit-python/commit/23c9c46f37a5b32144f86700227254e6f05bf491))
33+
* change ubuntu latest to ubuntu-20.04 in test.yml ([1e4b551](https://github.com/imagekit-developer/imagekit-python/commit/1e4b55192d08ebf1aa436fa56832322477605942))
34+
* Changes for CI/CD ([0bd2ac3](https://github.com/imagekit-developer/imagekit-python/commit/0bd2ac3e9b11e8269a2eacb2424d49ef58e37c5f))
35+
* fix issue [#35](https://github.com/imagekit-developer/imagekit-python/issues/35),[#37](https://github.com/imagekit-developer/imagekit-python/issues/37),[#41](https://github.com/imagekit-developer/imagekit-python/issues/41),[#44](https://github.com/imagekit-developer/imagekit-python/issues/44) ([1f913c8](https://github.com/imagekit-developer/imagekit-python/commit/1f913c8e34a06afbffa93adbbc79e8a174a02dac))
36+
* fix query params implementation ([2b7e6d4](https://github.com/imagekit-developer/imagekit-python/commit/2b7e6d4a148b6d94b52532846bd950d4eeeefac4))
37+
* make ik-attachment option handle True boolean value ([6eb9cd0](https://github.com/imagekit-developer/imagekit-python/commit/6eb9cd099021a1fd9bcc9dfeb080ec610d4bcfbd))
38+
* move the workflow to correct folder ([d9f933a](https://github.com/imagekit-developer/imagekit-python/commit/d9f933a8e78c61b8a61df1d74a28859f9e889378))
39+
* request toolbelt to 0.10.1 in requirements/test/txt ([c22ed89](https://github.com/imagekit-developer/imagekit-python/commit/c22ed89208f69f7d8fb21cc777049d72dad40093))
40+
41+
42+
### Chores
43+
44+
* add func alias ([d7ce593](https://github.com/imagekit-developer/imagekit-python/commit/d7ce593318b24f33ba828b65042e16e892690b80))
45+
* add init file ([0cbbd27](https://github.com/imagekit-developer/imagekit-python/commit/0cbbd27f00ac3fe36d3fbc0bf6fa2b015308576c))
46+
* add publish github workflow script ([a275172](https://github.com/imagekit-developer/imagekit-python/commit/a275172c3e7096b7390665102bae4d95c718db9d))
47+
* add requirements files ([e8d3d9d](https://github.com/imagekit-developer/imagekit-python/commit/e8d3d9d60e946b036b3f8e37a9dbf1e68be5482d))
48+
* add sample file for devs ([65d1a3f](https://github.com/imagekit-developer/imagekit-python/commit/65d1a3f77eaa5a5c9dba5202a75dee3c70aa64a0))
49+
* add sample of get file metadata ([6d11584](https://github.com/imagekit-developer/imagekit-python/commit/6d115841c341df0f7a9d4d9bd0c33c1cf386d9c7))
50+
* change pacakge name & fix import ([2c1734a](https://github.com/imagekit-developer/imagekit-python/commit/2c1734a6e12c935bc80f72ec6b8cdd5a971e5a47))
51+
* fix package name ([c0c939d](https://github.com/imagekit-developer/imagekit-python/commit/c0c939d86fa5738855a0d6b606e33249ecd5a47a))
52+
* fix package name ([4bc8041](https://github.com/imagekit-developer/imagekit-python/commit/4bc8041e22c6333710645ddc95446c9c348eea5b))
53+
* fix sample ([2188038](https://github.com/imagekit-developer/imagekit-python/commit/2188038436aabfce68a3c1d7bb198ffda203dc72))
54+
* remove unecessary workflow file ([97f19eb](https://github.com/imagekit-developer/imagekit-python/commit/97f19eb8284c5edfe164f98ad296ea1e69b21bf8))
55+
* sync repo ([c87cdf7](https://github.com/imagekit-developer/imagekit-python/commit/c87cdf7ccd3a490cc5dcc8b25e95044060d41d56))
56+
* unused import removed ([22774ff](https://github.com/imagekit-developer/imagekit-python/commit/22774fff1ac08c0573efc06ab10f3fe31e6d3f69))
57+
* update SDK settings ([15c93fb](https://github.com/imagekit-developer/imagekit-python/commit/15c93fb7cf181107901d9a2421dab95f1e7d091d))
58+
* update SDK settings ([f9c5565](https://github.com/imagekit-developer/imagekit-python/commit/f9c556528317e1d18c9ac077d8cb8650e41bc324))
59+
60+
61+
### Build System
62+
63+
* add url and requirements ([211228e](https://github.com/imagekit-developer/imagekit-python/commit/211228ef91fe29b83507c89f3bf22cfb6b1c8184))
64+
* add url and requirements ([683ad01](https://github.com/imagekit-developer/imagekit-python/commit/683ad016099d4e4614b6f369bff69d9a7422029e))
65+
* add url and requirements ([#2](https://github.com/imagekit-developer/imagekit-python/issues/2)) ([211228e](https://github.com/imagekit-developer/imagekit-python/commit/211228ef91fe29b83507c89f3bf22cfb6b1c8184))

pyproject.toml

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

src/imagekit/_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__ = "imagekit"
4-
__version__ = "0.0.1" # x-release-please-version
4+
__version__ = "0.1.0" # x-release-please-version

0 commit comments

Comments
 (0)