From 9f06a9c540c1be865a6d443bbb9829eef3390c73 Mon Sep 17 00:00:00 2001 From: Tiago Nobrega Date: Fri, 11 Oct 2024 15:33:34 -0300 Subject: [PATCH] docs: changelog for 4.3.0 --- docs/reference/changelog.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/reference/changelog.rst b/docs/reference/changelog.rst index 0b7bfb8a..b8447809 100644 --- a/docs/reference/changelog.rst +++ b/docs/reference/changelog.rst @@ -4,15 +4,28 @@ Changelog ********* -X.Y.Z (yyyy-mmm-dd) +4.3.0 (2024-Oct-11) ------------------- +Application +=========== + +- Added compatibility methods for craft-platforms models. + Commands ======== - The ``clean`` command now supports the ``--platform`` argument to filter which build environments to clean. +Services +======== + +- Added an experimental integration with the fetch-service, to generate + manifests listing assets that were downloaded during the build. + +For a complete list of commits, check out the `4.3.0`_ release on GitHub. + 4.2.7 (2024-Oct-08) ------------------- @@ -339,3 +352,4 @@ For a complete list of commits, check out the `2.7.0`_ release on GitHub. .. _4.2.5: https://github.com/canonical/craft-application/releases/tag/4.2.5 .. _4.2.6: https://github.com/canonical/craft-application/releases/tag/4.2.6 .. _4.2.7: https://github.com/canonical/craft-application/releases/tag/4.2.7 +.. _4.3.0: https://github.com/canonical/craft-application/releases/tag/4.3.0