Skip to content

Commit cea76af

Browse files
author
semantic-release
committed
0.1.3
Automatically generated by python-semantic-release
1 parent c4df49b commit cea76af

2 files changed

Lines changed: 43 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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

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

0 commit comments

Comments
 (0)