Skip to content

Commit 83ed3ee

Browse files
committed
release: v0.2.0
Three new tools (`dns`, `adguard`, `docker-clean`), full systemd integration testing, shared CLI surface, MODERATE-tier prompts, EX_CONFIG plumbing. 233 tests; 67% coverage; mypy strict clean. See [0.2.0] in CHANGELOG for the full set.
1 parent d864101 commit 83ed3ee

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
66

77
## [Unreleased]
88

9+
## [0.2.0] — 2026-05-14
10+
911
### Added
1012

1113
- `shimkit dns` — macOS DNS resolver recovery. Ports `fixdns.sh` with

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "shimkit"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "A toolkit of developer utilities — Java version manager, shell upgrader, and more. Python tools, shimmed by bash."
99
readme = "README.md"
1010
license = { file = "LICENSE" }

src/shimkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Python tools, shimmed by bash.
44
"""
55

6-
__version__ = "0.1.0"
6+
__version__ = "0.2.0"
77
__all__ = ["__version__"]

0 commit comments

Comments
 (0)