Skip to content

Commit

Permalink
docs: add 4.1.0 changelog entry (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau authored Aug 14, 2024
1 parent 499fa41 commit 20a1e10
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/reference/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
Changelog
*********

4.1.0 (2024-Aug-14)
-------------------

Application
===========

If an app isn't running from snap, the installed app will install the snap
in the provider using the channel in the ``CRAFT_SNAP_CHANNEL`` environment
variable, defaulting to ``latest/stable`` if none is set.

Services
========

The ``LifecycleService`` now breaks out a ``_get_build_for`` method for
apps to override if necessary.

For a complete list of commits, check out the `4.1.0`_ release on GitHub.

4.0.0 (2024-Aug-09)
-------------------

Expand Down Expand Up @@ -176,3 +194,4 @@ For a complete list of commits, check out the `2.7.0`_ release on GitHub.
.. _3.1.0: https://github.com/canonical/craft-application/releases/tag/3.1.0
.. _3.2.0: https://github.com/canonical/craft-application/releases/tag/3.2.0
.. _4.0.0: https://github.com/canonical/craft-application/releases/tag/4.0.0
.. _4.1.0: https://github.com/canonical/craft-application/releases/tag/4.1.0

0 comments on commit 20a1e10

Please sign in to comment.