Set version to 0.22.4

This commit is contained in:
Harmen Stoppels 2025-02-18 19:35:41 +01:00 committed by Harmen Stoppels
parent 6a46a1c27d
commit 1f55b59171
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# v0.22.4 (2025-02-18)
## Bugfixes
- Continue to mark non-roots as implicitly installed on partial env installs (#47183)
# v0.22.3 (2024-11-18)
## Bugfixes

View File

@ -4,7 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
#: PEP440 canonical <major>.<minor>.<micro>.<devN> string
__version__ = "0.22.4.dev0"
__version__ = "0.22.4"
spack_version = __version__