What's Changed
Changes 🚀
- Replace a factory method of FSM with a config dict by @TaiSakuma in #86
- Add type hints to all defs and enable
disallow_untyped_defs
by @TaiSakuma in #87 - Format code with
ruff
by @TaiSakuma in #92 - Replace the same code as in
nextline-test-utils
by @TaiSakuma in #93 - Update
test_queue.py
as a stateful test by @TaiSakuma in #107 - Update tests by @TaiSakuma in #112
- Add a stateful test on the auto mode by @TaiSakuma in #114
- Update tests by @TaiSakuma in #116
- Update tests by @TaiSakuma in #117
- Add tests by @TaiSakuma in #118
- Add tests on Python 3.13 in GitHub Actions by @TaiSakuma in #119
- Support Python 3.13 by @TaiSakuma in #121
Full Changelog: v0.4.0...v0.4.1