Prepare v0.5.0 release

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
funnywolf
2026-07-05 00:02:17 +08:00
co-authored by Copilot
parent 51878b79f5
commit d3a55343bd
6 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ from .utils import bool_param, list_param, parse_tags, parse_timezone_aware_date
API_VERSION = "v1"
MIN_CLI_VERSION = "0.1.0"
SERVER_VERSION = "0.1.0"
SERVER_VERSION = "0.5.0"
FOUNDATION_CAPABILITIES = [
"agent.version",
"case.list",
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "asp"
version = "0.1.0"
version = "0.5.0"
requires-python = ">=3.14"
dependencies = [
"channels>=4.3.2",
+1 -1
View File
@@ -52,7 +52,7 @@ wheels = [
[[package]]
name = "asp"
version = "0.1.0"
version = "0.5.0"
source = { virtual = "." }
dependencies = [
{ name = "channels" },
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "asp-cli"
version = "0.1.0"
version = "0.5.0"
description = "Command line client for Agentic SOC Platform"
readme = "README.md"
requires-python = ">=3.11"
Generated
+1 -1
View File
@@ -35,7 +35,7 @@ wheels = [
[[package]]
name = "asp-cli"
version = "0.1.0"
version = "0.5.0"
source = { editable = "." }
dependencies = [
{ name = "httpx" },
+2 -1
View File
@@ -6,6 +6,7 @@
"0.2.0": "0_2_0_OCSF_And_BaseModel",
"0.3.0": "0_3_0_MCP_And_ClaudeCodePlugin",
"0.4.0": "0_4_0_I_always_have_a_choice",
"0.4.1": "0_4_1_deployment_patch"
"0.4.1": "0_4_1_deployment_patch",
"0.5.0": "0_5_0_Fire_and_Blood"
}
}