Bugfixes - Fix Sphinx docs type info - Fix type infos in `Base*` classes - Fix missing `done` property in `BaseState`
0.5.0
Features - Add `BaseState` for base class for environment states - Implement standardized state serialization - Add `fights.envs.resolve` for resolving environments with their names
Bugfix - Remove Python 3.6 from supported versions in `setup.cfg`
0.4.0
> Disclaimer: due to sohnryang's mistake, we bumped the minor version. (the version should have been 0.3.1) Sorry for breaking semver!
Bugfix - The puoribor example `examples/puoribor.py` now saves the initial state.