Skip to content

Commit 5014a20

Browse files
authored
chore: bump version to v0.2.3 (#3)
1 parent e793886 commit 5014a20

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

LOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# LOG
22

3+
## 2026-06-09 — v0.2.3 — annotazione `_die` come `NoReturn`
4+
5+
- `cli.py`: `_die` ora annotato `-> NoReturn` invece di `-> None`; i type checker non segnalano più `valid_targets` come potenzialmente non assegnata.
6+
37
## 2026-06-09 — v0.2.2 — validazione upfront target in `batch`
48

59
- `batch`: check immediato che `--to` sia un target valido per `--from`; fallisce prima di leggere il CSV con messaggio chiaro (`Run 'openverto targets <from>'`).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openverto"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "Python CLI and library for the official IGM Verto Online coordinate transforms between Italian reference systems"
55
readme = "README.md"
66
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)