==================
Added
-----
- Add a3m (``a3m.cli.client.__main__``) entry point: the a3m client with the
ability to connect to a remote sever or standalone (embedded engine).
- Add a3md (``a3m.cli.server.__main__``) entry point: the a3m standalone server.
Changed
-------
- Enable WAL mode in SQLite providing more concurrency as readers don't block
writers and writers don't block readers.
- Remove Gearman-related capabilities in favor of a new threaded pool task
backend to execute jobs.
.. _changelog-0.1.0: