Skip to content

Releases: vxgmichel/aioconsole

v0.8.1

30 Oct 13:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

31 Aug 09:57
Compare
Choose a tag to compare

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

01 May 15:34
Compare
Choose a tag to compare
  • Implement a more robust protection against the closing of standard streams (issue #117, PR #118)

v0.7.0

09 Dec 17:36
Compare
Choose a tag to compare
  • Support python 3.12 and deprecate python 3.7 (issue #114, PR #115)

v0.6.2

22 Jul 15:16
Compare
Choose a tag to compare
  • Fix aprint when sys.stdin is None (issue #109, PR #110)

v0.6.1

04 Mar 10:40
Compare
Choose a tag to compare

v0.6.0

05 Feb 14:53
Compare
Choose a tag to compare

v0.5.1

30 Aug 13:11
Compare
Choose a tag to compare

Build and upload a wheel package to PyPI

v0.5.0

06 Jul 11:36
Compare
Choose a tag to compare

v0.4.1

03 Feb 18:01
Compare
Choose a tag to compare
  • Handle both exec and single mode when compiling code for aexec (PR #97)