From 1f55b591715496b15d58b43605ce8657d722fe7d Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Tue, 18 Feb 2025 19:35:41 +0100 Subject: [PATCH] Set version to 0.22.4 --- CHANGELOG.md | 5 +++++ lib/spack/spack/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f661694eb86..04b6344cff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/spack/spack/__init__.py b/lib/spack/spack/__init__.py index 94a8bbddf85..4ffce17bdb6 100644 --- a/lib/spack/spack/__init__.py +++ b/lib/spack/spack/__init__.py @@ -4,7 +4,7 @@ # SPDX-License-Identifier: (Apache-2.0 OR MIT) #: PEP440 canonical ... string -__version__ = "0.22.4.dev0" +__version__ = "0.22.4" spack_version = __version__