===
- Gunicorn/fastAPI support, click support, tests by mvdbeek in https://github.com/galaxyproject/gravity/pull/14
- Don't test on Python 3.6, which is unsupported by natefoo in https://github.com/galaxyproject/gravity/pull/17
- Update README. Also some various small bugfixes and fixes for other stuff mentioned in the README by natefoo in https://github.com/galaxyproject/gravity/pull/18
- Add unicornherder support by natefoo in https://github.com/galaxyproject/gravity/pull/15
- Expose the log following used by `start -f` as its own subcommand. by natefoo in https://github.com/galaxyproject/gravity/pull/16
- Better integration with Galaxy's run.sh by natefoo in https://github.com/galaxyproject/gravity/pull/19
- Use relative paths in supervisord by natefoo in https://github.com/galaxyproject/gravity/pull/21
- Converted CLI from `argparse`_ to `click`_.
- Stole ideas and code from `planemo`_ in general.
- Improve the AttributeDict so that it can have "hidden" items (anything that
starts with a ``_``) that won't be serialized. Also, it serializes itself and
can be created via deserialization from a classmethod. This simplifies using
it to persist state data in the new GravityState subclass.
.. _argparse: https://docs.python.org/3/library/argparse.html
.. _click: http://click.pocoo.org/
.. _planemo: https://github.com/galaxyproject/planemo