From 20a1e10000e66a19696589f9322d892425ea3110 Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Wed, 14 Aug 2024 14:18:35 -0400 Subject: [PATCH] docs: add 4.1.0 changelog entry (#421) --- docs/reference/changelog.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/reference/changelog.rst b/docs/reference/changelog.rst index 02f520f0..474d5fb8 100644 --- a/docs/reference/changelog.rst +++ b/docs/reference/changelog.rst @@ -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) ------------------- @@ -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