File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # CHANGELOG
2+
3+ <!-- version list -->
4+
5+ ## v0.1.3 (2025-12-14)
6+
7+ ### Bug Fixes
8+
9+ - ** ci** : Correct semantic-release config format
10+ ([ ` 9c95107 ` ] ( https://github.com/danielcopper/openapi-image-gen/commit/9c95107181bcc426919da3f529c08ac8f56fc393 ) )
11+
12+ - ** ci** : Simplify semantic-release config
13+ ([ ` 313b6e9 ` ] ( https://github.com/danielcopper/openapi-image-gen/commit/313b6e96f41ea2bb95d075e2b98404a22da1915c ) )
14+
15+ - ** ci** : Use python-semantic-release v10 with publish-action
16+ ([ ` c4df49b ` ] ( https://github.com/danielcopper/openapi-image-gen/commit/c4df49b12e81f4102f638fb6ac8f50398d6d9795 ) )
17+
18+ ### Chores
19+
20+ - ** ci** : Setup automatic semantic-release with Docker build
21+ ([ ` 57bcd63 ` ] ( https://github.com/danielcopper/openapi-image-gen/commit/57bcd6393373ace69b3e4c820dd600a507cf0875 ) )
22+
23+
24+ ## v0.1.2 (2025-12-14)
25+
26+ ### Features
27+
28+ - Add markdown response format for chat/LLM integrations
29+ ([ ` e4a5da6 ` ] ( https://github.com/danielcopper/openapi-image-gen/commit/e4a5da66b116a655289732e3d0f8df108714c6dc ) )
30+
31+
32+ ## v0.1.1 (2025-12-13)
33+
34+ ### Bug Fixes
35+
36+ - Use correct google-genai package in requirements.txt
37+ ([ ` 576342a ` ] ( https://github.com/danielcopper/openapi-image-gen/commit/576342a1ac427ed597c6c19898608a39001ad140 ) )
38+
39+
40+ ## v0.1.0 (2025-12-13)
41+
42+ - Initial Release
Original file line number Diff line number Diff line change 11[project ]
22name = " image-generation-api"
3- version = " 0.1.2 "
3+ version = " 0.1.3 "
44description = " Image Generation OpenAPI Server with LiteLLM integration"
55requires-python = " >=3.11"
66dependencies = [
You can’t perform that action at this time.
0 commit comments