Releases: BobTheBuidler/ez-a-sync
Releases · BobTheBuidler/ez-a-sync
v0.1.2
fix: force await properties for sync objects (#32)
v0.1.1
chore: pin async_lru
v0.1.0: fix: Python 3.9, 3.10, 3.11
* feat: test multiple py versions in gh actions * Delete pytest3.9.yaml * chore: remove unused caches * feat: allow all runs to finish * fix: python 3.9 * fix: default mode * fix: py 3.10
v0.0.16
fix: double-wrapped bound methods (#30)
v0.0.15: Fix semaphores (#28)
* fix: semaphore repr errs * fix: class-defined modifiers for properties * fix(test): test_semaphore
v0.0.14
feat: dev comments (#22)
v0.0.13
Fix: sync bound methods on async designated classes were running sync…
v0.0.12
chore: refactor
v0.0.11: Bugs (#19)
* fix: make arg optional * fix: unpacking syntax err * feat(test): test semaphore
v0.0.10: fix(conflict): loosen async_lru version spec (#18)
* fix(conflict): loosen async_lru version spec * fix: mypy type hint errs