Skip to content

Commit b6831db

Browse files
author
semantic-release
committed
0.11.0
Automatically generated by python-semantic-release
1 parent 6d9f408 commit b6831db

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.11.0 (2026-02-10)
6+
7+
### Features
8+
9+
- Add new models, mark deprecated ones
10+
([`dd45f30`](https://github.com/danielcopper/openapi-image-gen/commit/dd45f307dc3e28360bca31dd0a6ad1d129375b06))
11+
12+
- **owui**: Add native image display via OWUI file upload
13+
([`6d9f408`](https://github.com/danielcopper/openapi-image-gen/commit/6d9f4083dc22be84411cb44925e507e70f263843))
14+
15+
### Refactoring
16+
17+
- Deduplicate helpers, fix security issues, add dev tooling
18+
([`665a719`](https://github.com/danielcopper/openapi-image-gen/commit/665a71947e3abe4171facbdd1450d212d96e549c))
19+
20+
521
## v0.10.0 (2025-12-21)
622

723
### Features

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

0 commit comments

Comments
 (0)