Skip to content

Commit 0eb5566

Browse files
committed
chore: bump version to 0.18.5 across all packages
Updated version numbers and dependencies to 0.18.5 for all Taskdog packages. This ensures consistency and prepares for the next release.
1 parent ab450ce commit 0eb5566

7 files changed

Lines changed: 19 additions & 19 deletions

File tree

packages/taskdog-client/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "taskdog-client"
3-
version = "0.18.4"
3+
version = "0.18.5"
44
description = "HTTP API client for Taskdog server"
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -18,7 +18,7 @@ classifiers = [
1818
]
1919

2020
dependencies = [
21-
"taskdog-core==0.18.4",
21+
"taskdog-core==0.18.5",
2222
"httpx>=0.27.0",
2323
"websockets>=14.0",
2424
]

packages/taskdog-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "taskdog-core"
3-
version = "0.18.4"
3+
version = "0.18.5"
44
description = "Core business logic and infrastructure for Taskdog"
55
readme = "README.md"
66
requires-python = ">=3.12"

packages/taskdog-mcp/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "taskdog-mcp"
3-
version = "0.18.4"
3+
version = "0.18.5"
44
description = "MCP server for Taskdog - enables Claude Desktop integration"
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -18,8 +18,8 @@ classifiers = [
1818
]
1919

2020
dependencies = [
21-
"taskdog-client==0.18.4",
22-
"taskdog-core==0.18.4",
21+
"taskdog-client==0.18.5",
22+
"taskdog-core==0.18.5",
2323
"mcp>=1.2.0",
2424
]
2525

packages/taskdog-server/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "taskdog-server"
3-
version = "0.18.4"
3+
version = "0.18.5"
44
description = "FastAPI server for Taskdog task management system"
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -18,7 +18,7 @@ classifiers = [
1818
]
1919

2020
dependencies = [
21-
"taskdog-core==0.18.4",
21+
"taskdog-core==0.18.5",
2222
"fastapi>=0.115.0",
2323
"uvicorn[standard]>=0.32.0",
2424
"pydantic>=2.10.0",

packages/taskdog-ui/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "taskdog-ui"
3-
version = "0.18.4"
3+
version = "0.18.5"
44
description = "CLI and TUI for Taskdog task management system"
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -18,8 +18,8 @@ classifiers = [
1818
]
1919

2020
dependencies = [
21-
"taskdog-core==0.18.4",
22-
"taskdog-client==0.18.4",
21+
"taskdog-core==0.18.5",
22+
"taskdog-client==0.18.5",
2323
"click>=8.3.0",
2424
"rich>=14.2.0",
2525
"textual>=8.0.0",
@@ -36,7 +36,7 @@ dev = [
3636
"ruff>=0.7.0",
3737
]
3838
server = [
39-
"taskdog-server==0.18.4",
39+
"taskdog-server==0.18.5",
4040
]
4141

4242
[project.scripts]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "taskdog-workspace"
3-
version = "0.18.4"
3+
version = "0.18.5"
44
description = "Taskdog monorepo workspace"
55
readme = "README.md"
66
requires-python = ">=3.12"

uv.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)