0.6.0 release

This commit is contained in:
Yusur 2025-09-11 20:38:27 +02:00
parent dcb2ce7995
commit 886da11ade
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
+ `.sqlalchemy` has been made a subpackage and split; `sqlalchemy_async` has been deprecated. Update your imports.
+ Add several new utilities to `.sqlalchemy`: `BitSelector`, `secret_column`, `a_relationship`, `SessionWrapper`,
`wrap=` argument to SQLAlchemy. Also removed dead batteries
+ Add `.waiter` module. For now, non-functional
+ Add `.waiter` module. For now, non-functional ~
+ Add `ArgConfigSource` to `.configparse`
+ Add Z85 (`z85encode()` `z85decode()`) encoding support
+ Add more strings to `.legal` module

View file

@ -36,7 +36,7 @@ from .validators import matches
from .redact import redact_url_password
from .http import WantsContentType
__version__ = "0.6.0-dev36"
__version__ = "0.6.0"
__all__ = (
'ConfigOptions', 'ConfigParserConfigSource', 'ConfigSource', 'ConfigValue',