Skip to content

Commit

Permalink
docs(changelog): add 3.2.1 (#1902)
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau authored Sep 16, 2024
1 parent 4cce11b commit e50f44c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/reference/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
------------------

Expand Down Expand Up @@ -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

0 comments on commit e50f44c

Please sign in to comment.