CHANGES
*******

0.2 (2014-08-28)
================

- Make available a ``static_components`` property on the request,
  which is a BowerStatic static components object. You can use
  this primarily to get the URL to a component, like this::

    request.static_components.component('jquery').url()

- Depend on version 0.3 of BowerStatic.

0.1 (2014-07-07)
================

- Initial public release.
