Skip to content

Commit 2f7736e

Browse files
authored
Prep for v26.1.0 release (#534)
1 parent bc8bcfc commit 2f7736e

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v26.1.0
2+
- Refreshes default component versions for the DOCA OFED (`doca_ofed`),
3+
HPC-X (`hpcx`), and NVIDIA HPC SDK (`nvhpc`) building blocks.
4+
- Enhance the pip (`pip`) building block to accept additional install
5+
arguments and quote package names.
6+
- Provide better support for Singularity recipes that stage files in
7+
system temporary directories.
8+
- Enhance the `copy` primitive to support the Singularity specific
9+
rsync based copies.
10+
111
# v25.9.0
212
- Adds support for Rockylinux 10.
313

hpccm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
from __future__ import absolute_import
1616

17-
__version__ = '25.9.0'
17+
__version__ = '26.1.0'

0 commit comments

Comments
 (0)