Skip to content

Commit 147f346

Browse files
authored
Release v0.2.7 (#120)
CLI discoverability (--help, --version, TTY detection), bug fixes for delegation parse errors and glob pattern matching in config rules.
1 parent 7551595 commit 147f346

File tree

3 files changed

+134
-134
lines changed

3 files changed

+134
-134
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dippy"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
description = "Approval autopilot for Claude Code — stay in the flow by automatically allowing safe commands"
55
readme = "README.md"
66
license = { file = "LICENSE" }

src/dippy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from __future__ import annotations
88

9-
__version__ = "0.2.6"
9+
__version__ = "0.2.7"
1010

1111
from dippy.dippy import check_command
1212

0 commit comments

Comments
 (0)