Skip to content

Commit 46123ad

Browse files
committed
release: v0.1.2
1 parent 400f1fd commit 46123ad

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "dash0-agent-plugin",
1010
"source": "./",
1111
"description": "OpenTelemetry observability for Claude Code sessions. Captures tool calls, LLM invocations, token usage, and errors as OTel traces.",
12-
"version": "0.1.0"
12+
"version": "0.1.2"
1313
}
1414
]
1515
}

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash0-agent-plugin",
3-
"version": "0.1.0",
3+
"version": "0.1.2",
44
"description": "OpenTelemetry observability for Claude Code sessions. Captures tool calls, LLM invocations, token usage, and errors as OTel traces.",
55
"author": {
66
"name": "Dash0"

scripts/on-event.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fi
2626
PLUGIN_DATA="${CLAUDE_PLUGIN_DATA:?CLAUDE_PLUGIN_DATA not set}"
2727
BIN_DIR="$PLUGIN_DATA/bin"
2828
REPO="dash0hq/dash0-agent-plugin"
29-
VERSION="0.1.0"
29+
VERSION="0.1.2"
3030

3131
# Detect OS and architecture.
3232
OS=$(uname -s | tr '[:upper:]' '[:lower:]')

0 commit comments

Comments
 (0)