- Add back appropriate sdist files [comment](https://github.com/amoffat/sh/commit/89333ae48069a5b445b3535232195b2de6f4648f)
2.0.5
- Allow nested `with` contexts [690](https://github.com/amoffat/sh/issues/690) - Call correct asyncio function for getting event loop [683](https://github.com/amoffat/sh/issues/683)
2.0.4
- Allow `ok_code` to be used with `fg` [665](https://github.com/amoffat/sh/pull/665) - Make sure `new_group` never creates a new session [675](https://github.com/amoffat/sh/pull/675)
2.0.2
- Performance regression when using a generator with `_in` [650](https://github.com/amoffat/sh/pull/650) - Adding test support for python 3.11