Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
spack
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
spack
Commits
e30fedab
Commit
e30fedab
authored
1 year ago
by
Massimiliano Culpo
Committed by
Harmen Stoppels
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Update CHANGELOG and version
parent
a7c6df1b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+26
-0
26 additions, 0 deletions
CHANGELOG.md
lib/spack/spack/__init__.py
+1
-1
1 addition, 1 deletion
lib/spack/spack/__init__.py
with
27 additions
and
1 deletion
CHANGELOG.md
+
26
−
0
View file @
e30fedab
# v0.21.1 (2024-01-11)
## New features
-
Add support for reading buildcaches created by Spack v0.22 (#41773)
## Bugfixes
-
spack graph: fix coloring with environments (#41240)
-
spack info: sort variants in --variants-by-name (#41389)
-
Spec.format: error on old style format strings (#41934)
-
ASP-based solver:
-
fix infinite recursion when computing concretization errors (#41061)
-
don't error for type mismatch on preferences (#41138)
-
don't emit spurious debug output (#41218)
-
Improve the error message for deprecated preferences (#41075)
-
Fix MSVC preview version breaking clingo build on Windows (#41185)
-
Fix multi-word aliases (#41126)
-
Add a warning for unconfigured compiler (#41213)
-
environment: fix an issue with deconcretization/reconcretization of specs (#41294)
-
buildcache: don't error if a patch is missing, when installing from binaries (#41986)
-
Multiple improvements to unit-tests (#41215,#41369,#41495,#41359,#41361,#41345,#41342,#41308,#41226)
## Package updates
-
root: add a webgui patch to address security issue (#41404)
-
BerkeleyGW: update source urls (#38218)
# v0.21.0 (2023-11-11)
`v0.21.0`
is a major feature release.
...
...
This diff is collapsed.
Click to expand it.
lib/spack/spack/__init__.py
+
1
−
1
View file @
e30fedab
...
...
@@ -4,7 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
#: PEP440 canonical <major>.<minor>.<micro>.<devN> string
__version__
=
"
0.21.1
.dev0
"
__version__
=
"
0.21.1
"
spack_version
=
__version__
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment