What's Changed
Changes 🚀
- Update coverage configuration by @TaiSakuma in #77
- Update tests and type hints by @TaiSakuma in #78
- Update gql files by @TaiSakuma in #79
- Update tests to improve coverage by @TaiSakuma in #80
- Replace a subscription with a hook for caching stdout by @TaiSakuma in #81
- Add
subscribe()
toCacheStdout
by @TaiSakuma in #82 - Require
nextline>=0.7.12
by @TaiSakuma in #84 - Replace
nextline.subscribe_stdout()
inCacheStdout
by @TaiSakuma in #83 - Rewrite
CacheStdout
with thecache
option ofPubSubItem
by @TaiSakuma in #87 - Require
nextline>=0.7.15
by @TaiSakuma in #88 - Fix errors in GitHub Actions workflows by @TaiSakuma in #107
- Format code with
ruff
by @TaiSakuma in #123 - Add tests on Python 3.13 in GitHub Actions by @TaiSakuma in #138
- Support Python 3.13 by @TaiSakuma in #139
Full Changelog: v0.7.9...v0.7.10