File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ and **Merged pull requests**. Critical items to know are:
14
14
The versions coincide with releases on pip. Only major versions will be released as tags on Github.
15
15
16
16
## [ 0.0.x] ( https://github.scom/singularityhub/singularity-hpc/tree/main ) (0.0.x)
17
+ - Lua and tcl module file bug fixes for shell functions and aliases (0.0.44)
18
+ - restoring -B for Singularity bindpaths over using envar
17
19
- default containers directory should be separate from modules (0.0.43)
18
20
- remove redundancy of manual bindpaths and SINGULARITY_BINDPATH (0.0.42)
19
21
- Do not unset container environment vars if they are already set (0.0.41)
Original file line number Diff line number Diff line change 2
2
__copyright__ = "Copyright 2021-2022, Vanessa Sochat"
3
3
__license__ = "MPL 2.0"
4
4
5
- __version__ = "0.0.43 "
5
+ __version__ = "0.0.44 "
6
6
AUTHOR = "Vanessa Sochat"
7
7
NAME = "singularity-hpc"
8
8
PACKAGE_URL = "https://github.com/singularityhub/singularity-hpc"
You can’t perform that action at this time.
0 commit comments