From e50f44ca86463529d8946f644fb25a51181802d0 Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Mon, 16 Sep 2024 11:13:43 -0400 Subject: [PATCH] docs(changelog): add 3.2.1 (#1902) --- docs/reference/changelog.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/reference/changelog.rst b/docs/reference/changelog.rst index dfea30145..c94accc5e 100644 --- a/docs/reference/changelog.rst +++ b/docs/reference/changelog.rst @@ -77,6 +77,28 @@ Changelog For a complete list of commits, see the `X.Y.Z`_ release on GitHub. +3.2.1 (2024-09-16) +------------------ + +This is a bugfix release for 3.2, bringing in two fixes: + +Core +==== + +The shared cache directory now gets locked. Builds that run while another copy of +Charmcraft has the cache directory locked will run without a shared cache. + +Plugins +####### + +charm +""""" + +The charm plugin will now force-install pip if the installed venv version is older +than the minimum version, guaranteeing that pip gets updated correctly. + +For a complete list of commits, see the `3.2.1`_ release on GitHub. + 3.2.0 (2024-08-28) ------------------ @@ -293,3 +315,4 @@ page. .. _3.1.1: https://github.com/canonical/charmcraft/releases/tag/3.1.1 .. _3.1.2: https://github.com/canonical/charmcraft/releases/tag/3.1.2 .. _3.2.0: https://github.com/canonical/charmcraft/releases/tag/3.2.0 +.. _3.2.1: https://github.com/canonical/charmcraft/releases/tag/3.2.1