Changelog
=========


0.1 (2013-07-06)
----------------

- Feature #6 - Introduced proof of concept implementation of ``sh`` interface.
  Using a basic implementation for local session, based on subprocess.
- Feature #7 - Proof of concept implementation of ``dir`` interface, with a
  basic implementation for local session based on Python builtins (os, os.path,
  ...).
- Feature #8 - Introduced contextual execution architecture: session, registry,
  providers, resources, client.
