Skip to content

Commit deaa123

Browse files
committed
Prepare v0.1.4 release
1 parent 1cb9843 commit deaa123

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111
inputs:
1212
version:
13-
description: "Version tag to publish, for example v0.1.3"
13+
description: "Version tag to publish, for example v0.1.4"
1414
required: true
1515
type: string
1616
publish_latest:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ connect, try `MCP_TRANSPORT=sse` alone or the stdio Docker setup below.
185185

186186
Docker images are published automatically when a version tag or GitHub release is created.
187187

188-
- `marcellm01/tinysearch:<version>` is published for tags such as `v0.1.3`.
188+
- `marcellm01/tinysearch:<version>` is published for tags such as `v0.1.4`.
189189
- `marcellm01/tinysearch:latest` is updated for stable releases.
190190
- Images are built for both `linux/amd64` and `linux/arm64`.
191191
### Persistent models and config

servers/fastapi_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async def _lifespan(_app: FastAPI):
4646
app = FastAPI(
4747
title="TinySearch API",
4848
description="Web search, site crawl, and hybrid research endpoints.",
49-
version="0.1.0",
49+
version="0.1.4",
5050
lifespan=_lifespan,
5151
)
5252

0 commit comments

Comments
 (0)