- [Discriminate between cancellation from our sigint handler and other cancellations](https://github.com/vxgmichel/aioconsole/commit/db0a900a924dda2ac7bdfb5b3f07d0aceb74b0b8) (PR https://github.com/vxgmichel/aioconsole/pull/105 issue https://github.com/vxgmichel/aioconsole/issues/104)
0.5.1
Build and upload a wheel package to PyPI
0.5.0
- [Use python interactive hook to get history support](https://github.com/vxgmichel/aioconsole/commit/29b2baa5f62eb83cab19cd180a9d64cb5709f2b7) (issue #100, PR 101)
0.4.1
- Handle both exec and single mode when compiling code for aexec (PR 97)
0.4.0
- Fix typos in comments (PR 89 by kianmeng) - Use daemon threads for non-file stream reader (PR 91 and 95 by Krutoy-4el) - Drop python 3.6 and add python 3.10 support (PR 92) - Fixed multi-line strings (PR 93 by Krutoy-4el) - Add checks for returns and yields (PR 94 by Krutoy-4el )
0.3.3
- Ignore `OSError` after an `EOFError` in `console.interact` method (issue 87, PR 88)