File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4- ## [ 0.1.1] – 2025-10-19
5- ### Changed
6- - Tightened mypy posture; added test overrides and annotations.
7- - Refactored optional deps to lazy imports with availability flags.
8- - Added TL;DR section to README with minimal usage and optional deps info.
9- - Pre-commit hooks updated to include mypy and fast checks.
10-
114## [ 0.1.0] – 2025-09-09
125### Added
136- Initial public release of ` cli.py ` (drop-in, single-file helper).
Original file line number Diff line number Diff line change 88 family-names : Montesinos
99repository-code : https://github.com/arturormk/dropin-cli-python
1010license : MIT
11- version : 0.1.1
12- date-released : 2025-10-19
11+ version : 0.1.0
12+ date-released : 2025-09-09
1313abstract : >-
1414 Minimal, dependency-light Python helper for building single-file CLIs. Provides a command
1515 registry decorator, JSON/YAML/pretty table rendering with graceful fallbacks, a simple progress
Original file line number Diff line number Diff line change 4646
4747
4848# ---- Version ----
49- __version__ = "0.1.1 "
49+ __version__ = "0.1.0 "
5050
5151
5252"""
You can’t perform that action at this time.
0 commit comments