Skip to content

Commit 6c0c930

Browse files
author
semantic-release
committed
0.3.0
Automatically generated by python-semantic-release
1 parent 976fb66 commit 6c0c930

2 files changed

Lines changed: 39 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,44 @@
22

33
<!-- version list -->
44

5+
## v0.3.0 (2025-12-14)
6+
7+
### Chores
8+
9+
- Remove mypy
10+
([`b0961d6`](https://github.com/danielcopper/openapi-image-gen/commit/b0961d6fd67147e8e1c631355331a024039d5466))
11+
12+
### Code Style
13+
14+
- Combine nested if statements in openapi schema
15+
([`145097c`](https://github.com/danielcopper/openapi-image-gen/commit/145097ced083f1d32c81e201e6f37f4fa635c8ac))
16+
17+
### Features
18+
19+
- **api**: Add /edit endpoint for image editing
20+
([`7a7b096`](https://github.com/danielcopper/openapi-image-gen/commit/7a7b09676d87c0c8af9e1d113a3166183f1cba75))
21+
22+
- **schemas**: Add editing capabilities to ModelCapabilities
23+
([`a1f8c23`](https://github.com/danielcopper/openapi-image-gen/commit/a1f8c231d5d92feffcb5336dc30205bd7f415118))
24+
25+
- **services**: Add edit_image to Gemini service
26+
([`e44a249`](https://github.com/danielcopper/openapi-image-gen/commit/e44a249155ebfd3d86b96f2c345e247dcf41b5ca))
27+
28+
- **services**: Add edit_image to LiteLLM service
29+
([`01d95ba`](https://github.com/danielcopper/openapi-image-gen/commit/01d95ba8e3a8de259eb6c713fcc23927d8054be6))
30+
31+
- **services**: Add edit_image to OpenAI service
32+
([`2b34ce1`](https://github.com/danielcopper/openapi-image-gen/commit/2b34ce144f7ebb6ab8b629f0f6ea235d6192424e))
33+
34+
- **storage**: Add get_image method for retrieving images
35+
([`a520e75`](https://github.com/danielcopper/openapi-image-gen/commit/a520e75a7ebc23ada8d42673963baa2911239d8e))
36+
37+
### Testing
38+
39+
- Add unit tests for image editing
40+
([`976fb66`](https://github.com/danielcopper/openapi-image-gen/commit/976fb66f9f301b8f41f3a766fdd4ed41ca0b1170))
41+
42+
543
## v0.2.0 (2025-12-14)
644

745
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "image-generation-api"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Image Generation OpenAPI Server with LiteLLM integration"
55
requires-python = ">=3.11"
66
dependencies = [

0 commit comments

Comments
 (0)