Skip to content

Commit 6e276ec

Browse files
author
Arturo R Montesinos
committed
chore(version): keep project at 0.1.0 — revert __version__, CITATION, and changelog to 0.1.0 state
1 parent 88f2b4b commit 6e276ec

3 files changed

Lines changed: 3 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
# Changelog
22
All 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).

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ authors:
88
family-names: Montesinos
99
repository-code: https://github.com/arturormk/dropin-cli-python
1010
license: MIT
11-
version: 0.1.1
12-
date-released: 2025-10-19
11+
version: 0.1.0
12+
date-released: 2025-09-09
1313
abstract: >-
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

src/cli.py

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

4747

4848
# ---- Version ----
49-
__version__ = "0.1.1"
49+
__version__ = "0.1.0"
5050

5151

5252
"""

0 commit comments

Comments
 (0)