Skip to content

Commit b04e3e3

Browse files
committed
chore: bump version to 0.1.8 for next release
1 parent eb61188 commit b04e3e3

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.7",
3+
"version": "0.1.8",
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
@@ -43,7 +43,7 @@ load_settings "$PROJECT_SETTINGS" || load_settings "$GLOBAL_SETTINGS" || true
4343
PLUGIN_DATA="${CLAUDE_PLUGIN_DATA:?CLAUDE_PLUGIN_DATA not set}"
4444
BIN_DIR="$PLUGIN_DATA/bin"
4545
REPO="dash0hq/dash0-agent-plugin"
46-
VERSION="0.1.7"
46+
VERSION="0.1.8"
4747

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

0 commit comments

Comments
 (0)