0.7.2 add version= to @future(), support Py3.14, mark .waiter as future

This commit is contained in:
Yusur 2025-10-11 18:39:06 +02:00
parent be4404c520
commit 7e80c84de6
6 changed files with 43 additions and 6 deletions

View file

@ -1,5 +1,12 @@
# Changelog
## 0.7.2
+ `@future()` now can take a `version=` argument
+ `Waiter()` got marked `@future` indefinitely
+ Stage `username_column()` for release in 0.8.0
+ Explicit support for Python 3.14 (aka python pi)
## 0.7.1
+ Add documentation ([Read The Docs](https://suou.readthedocs.io/))