Skip to content

Commit 1d1ce00

Browse files
author
semantic-release
committed
0.4.0
Automatically generated by python-semantic-release
1 parent d99a5d4 commit 1d1ce00

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.4.0 (2025-12-14)
6+
7+
### Bug Fixes
8+
9+
- Resolve all ruff lint errors
10+
([`606384d`](https://github.com/danielcopper/openapi-image-gen/commit/606384d9f4476e3d6f77bfac93912a15e1592df3))
11+
12+
### Documentation
13+
14+
- Add Open WebUI integration documentation
15+
([`d99a5d4`](https://github.com/danielcopper/openapi-image-gen/commit/d99a5d40cd5c96177a2cef987a3ded9faf5c5bb3))
16+
17+
- Update documentation for image editing feature
18+
([`8dde037`](https://github.com/danielcopper/openapi-image-gen/commit/8dde037e77c5d7b2c56dba18236ed7a059021c3a))
19+
20+
### Features
21+
22+
- Add Open WebUI Files API integration
23+
([`d72a2ad`](https://github.com/danielcopper/openapi-image-gen/commit/d72a2ade8b36f61f37f41cfd1e066e85695e22ee))
24+
25+
### Testing
26+
27+
- Add Open WebUI service tests
28+
([`61a328c`](https://github.com/danielcopper/openapi-image-gen/commit/61a328ca5ccc003dd1dddef47987a6dce46f0d4b))
29+
30+
531
## v0.3.0 (2025-12-14)
632

733
### Chores

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.3.0"
3+
version = "0.4.0"
44
description = "Image Generation OpenAPI Server with LiteLLM integration"
55
requires-python = ">=3.11"
66
dependencies = [

0 commit comments

Comments
 (0)