Releases: vxgmichel/aioconsole
Releases Β· vxgmichel/aioconsole
v0.8.0
What's Changed
- Use pyproject.toml instead of setup.py by @vxgmichel in #121
- Add aeval: Asynchronous Equivalent to eval in aioconsole by @Akm0d in #120
New Contributors
Full Changelog: v0.7.1...v0.8.0
v0.7.1
- Implement a more robust protection against the closing of standard streams (issue #117, PR #118)
v0.7.0
- Support python 3.12 and deprecate python 3.7 (issue #114, PR #115)
v0.6.2
- Fix
aprint
when sys.stdin
is None
(issue #109, PR #110)
v0.5.1
Build and upload a wheel package to PyPI
v0.4.1
- Handle both exec and single mode when compiling code for aexec (PR #97)