Skip to content

Commit ddd3203

Browse files
chore: bump plugin version (#87)
1 parent feae46e commit ddd3203

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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.5",
3+
"version": "0.1.7",
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.5"
29+
VERSION="0.1.7"
3030

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

0 commit comments

Comments
 (0)