From 89319413d5d90caa9bea98e3419f8aeab61a2a0d Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Thu, 29 Feb 2024 10:14:14 +0100 Subject: [PATCH] Update CHANGELOG and set version to v0.21.2 --- CHANGELOG.md | 19 +++++++++++++++++++ lib/spack/spack/__init__.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db23f05d2e..1f421eb0c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# v0.21.2 (2024-03-01) + +## Bugfixes + +- Containerize: accommodate nested or pre-existing spack-env paths (#41558) +- Fix setup-env script, when going back and forth between instances (#40924) +- Fix using fully-qualified namespaces from root specs (#41957) +- Fix a bug when a required provider is requested for multiple virtuals (#42088) +- OCI buildcaches: + - only push in parallel when forking (#42143) + - use pickleable errors (#42160) +- Fix using sticky variants in externals (#42253) +- Fix a rare issue with conditional requirements and multi-valued variants (#42566) + +## Package updates +- rust: add v1.75, rework a few variants (#41161,#41903) +- py-transformers: add v4.35.2 (#41266) +- mgard: fix OpenMP on AppleClang (#42933) + # v0.21.1 (2024-01-11) ## New features diff --git a/lib/spack/spack/__init__.py b/lib/spack/spack/__init__.py index 1a62170af8..7513f5cf15 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.21.2.dev0" +__version__ = "0.21.2" spack_version = __version__