We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16e04c commit 4abb5bcCopy full SHA for 4abb5bc
2 files changed
CHANGELOG.md
@@ -2,6 +2,19 @@
2
3
<!-- version list -->
4
5
+## v0.6.0 (2025-12-14)
6
+
7
+### Features
8
9
+- Show DEFAULT_MODEL in OpenAPI schema
10
+ ([`c16e04c`](https://github.com/danielcopper/openapi-image-gen/commit/c16e04ce4b163a17ee188f43befc7c989d823cc4))
11
12
+### Refactoring
13
14
+- Rename OPENWEBUI_API_URL to OPENWEBUI_BASE_URL
15
+ ([`2620222`](https://github.com/danielcopper/openapi-image-gen/commit/2620222be1a3254cf77d6532bcb111411698e29b))
16
17
18
## v0.5.0 (2025-12-14)
19
20
### Features
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "image-generation-api"
-version = "0.5.0"
+version = "0.6.0"
description = "Image Generation OpenAPI Server with LiteLLM integration"
requires-python = ">=3.11"
dependencies = [
0 commit comments