docs: add v0.2.1 changelog entry (legible missing-template-field error)

the README changelog jumped from v0.2.0 to nothing; added the v0.2.1 entry documenting the legible ValueError for a template placeholder not supplied to next(**fields).

Signed-off-by: disqualifier <dev@disqualifier.me>
This commit is contained in:
disqualifier 2026-06-29 01:39:21 -04:00
parent f618b6a6a1
commit 260b92b66a

View File

@ -200,6 +200,12 @@ await reset("https://provider/reset-url") # rotate upstream ip
## Changelog ## Changelog
### v0.2.1
- **Legible missing-template-field error:** a `template=` placeholder not supplied to
`next(**fields)` now raises a clear `ValueError` naming the field, instead of leaking
a bare `KeyError` from `str.format`.
### v0.2.0 ### v0.2.0
- **Proxy health for rotating lists:** `burn`/`restore`/`is_burned` (dead `-1` vs - **Proxy health for rotating lists:** `burn`/`restore`/`is_burned` (dead `-1` vs