Skip to content

Commit 6eddfd7

Browse files
committed
chore: bump version to 0.15.5 across all packages
Updated version numbers and dependencies to 0.15.5 for all Taskdog packages. This ensures consistency and prepares the workspace for the next release.
1 parent 1c84e40 commit 6eddfd7

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.15.4"
3+
version = "0.15.5"
44
description = "HTTP API client for Taskdog server"
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -10,7 +10,7 @@ authors = [
1010
license = { text = "MIT" }
1111

1212
dependencies = [
13-
"taskdog-core==0.15.4",
13+
"taskdog-core==0.15.5",
1414
"httpx>=0.27.0",
1515
"websockets>=14.0",
1616
]

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.15.4"
3+
version = "0.15.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.15.4"
3+
version = "0.15.5"
44
description = "MCP server for Taskdog - enables Claude Desktop integration"
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -10,8 +10,8 @@ authors = [
1010
license = { text = "MIT" }
1111

1212
dependencies = [
13-
"taskdog-client==0.15.4",
14-
"taskdog-core==0.15.4",
13+
"taskdog-client==0.15.5",
14+
"taskdog-core==0.15.5",
1515
"mcp>=1.2.0",
1616
]
1717

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.15.4"
3+
version = "0.15.5"
44
description = "FastAPI server for Taskdog task management system"
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -10,7 +10,7 @@ authors = [
1010
license = { text = "MIT" }
1111

1212
dependencies = [
13-
"taskdog-core==0.15.4",
13+
"taskdog-core==0.15.5",
1414
"fastapi>=0.115.0",
1515
"uvicorn[standard]>=0.32.0",
1616
"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.15.4"
3+
version = "0.15.5"
44
description = "CLI and TUI for Taskdog task management system"
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -10,8 +10,8 @@ authors = [
1010
license = { text = "MIT" }
1111

1212
dependencies = [
13-
"taskdog-core==0.15.4",
14-
"taskdog-client==0.15.4",
13+
"taskdog-core==0.15.5",
14+
"taskdog-client==0.15.5",
1515
"click>=8.3.0",
1616
"rich>=14.2.0",
1717
"textual>=0.88.0",
@@ -27,7 +27,7 @@ dev = [
2727
"ruff>=0.7.0",
2828
]
2929
server = [
30-
"taskdog-server==0.15.4",
30+
"taskdog-server==0.15.5",
3131
]
3232

3333
[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.15.4"
3+
version = "0.15.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)