Skip to content

Commit f1fe03c

Browse files
committed
Update CHANGELOG and release version for v0.16.2
1 parent 80f0c78 commit f1fe03c

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# v0.16.2 (2021-05-22)
2+
3+
* Major performance improvement for `spack load` and other commands. (#23661)
4+
* `spack fetch` is now environment-aware. (#19166)
5+
* Numerous fixes for the new, `clingo`-based concretizer. (#23016, #23307,
6+
#23090, #22896, #22534, #20644, #20537, #21148)
7+
* Supoprt for automatically bootstrapping `clingo` from source. (#20652, #20657
8+
#21364, #21446, #21913, #22354, #22444, #22460, #22489, #22610, #22631)
9+
* Python 3.10 support: `collections.abc` (#20441)
10+
* Fix import issues by using `__import__` instead of Spack package importe.
11+
(#23288, #23290)
12+
* Bugfixes and `--source-dir` argument for `spack location`. (#22755, #22348,
13+
#22321)
14+
* Better support for externals in shared prefixes. (#22653)
15+
* `spack build-env` now prefers specs defined in the active environment.
16+
(#21642)
17+
* Remove erroneous warnings about quotes in `from_sourcing_files`. (#22767)
18+
* Fix clearing cache of `InternalConfigScope`. (#22609)
19+
* Bugfix for active when pkg is already active error. (#22587)
20+
* Make `SingleFileScope` able to repopulate the cache after clearing it.
21+
(#22559)
22+
* Channelflow: Fix the package. (#22483)
23+
* More descriptive error message for bugs in `package.py` (#21811)
24+
* Use package-supplied `autogen.sh`. (#20319)
25+
* Respect `-k/verify-ssl-false` in `_existing_url` method. (#21864)
26+
27+
128
# v0.16.1 (2021-02-22)
229

330
This minor release includes a new feature and associated fixes:

lib/spack/spack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
#: major, minor, patch version for Spack, in a tuple
8-
spack_version_info = (0, 16, 1)
8+
spack_version_info = (0, 16, 2)
99

1010
#: String containing Spack version joined with .'s
1111
spack_version = '.'.join(str(v) for v in spack_version_info)

0 commit comments

Comments
 (0)