add ArgConfigSource(), 3 helpers to .sqlalchemy, add .waiter

This commit is contained in:
Yusur 2025-09-04 01:25:25 +02:00
parent 97194b2b85
commit eb8371757d
6 changed files with 177 additions and 4 deletions

View file

@ -2,7 +2,10 @@
## 0.6.0
...
+ `.sqlalchemy` has been made a subpackage and split; `sqlalchemy_async` has been deprecated. Update your imports.
+ Add `.waiter` module. For now, non-functional.
+ Add those new utilities to `.sqlalchemy`: `BitSelector`, `secret_column`, `a_relationship`. Also removed dead batteries.
+ Add `ArgConfigSource` to `.configparse`
## 0.5.3