-----
- Added vesrioneer.
- Fix bug where ``exhibit serve`` was not serving files with extension
stripping enabled.
- A ``KeyError`` raised by ``Config`` now display the path of the node they are
attached to, making debuging missing keys far easier.
- Improved test coverage and fixed numerous bugs.
- Implemented cache busting for static assets (images, CSS, and such). Use the
``cache_bust_glob`` option to control which files are cache busted.
- Implemented ``Node.get_from_path`` which can fetch a
:class:`exhibition.main.Node` specified by a path.
- Make all Exhibition defined meta keys use underscores not hyphens.
.. _zero-zero-three: