- Provide access to metadata files (``manifest.yaml``, ``snap.yaml`` and ``snapcraft.yaml``). - Read list of hooks from ``entry_points`` instead of ``snapcraft.yaml`` (there's no need to declare all hooks in this file anymore for ``snap-helpers`` to find them).
0.1.6
===================
- Support setting snap health status.
0.1.5
===================
- Lint fixes.
0.1.4
===================
- Revert ``Snap.revision`` change as it can contain letters (e.g. ``x1``).
0.1.3
===================
- Change ``Snap.revision`` to be an ``int``, so it can be compared.
0.1.2
===================
- Print out hooks being created in ``snap-helpers write-hooks``.