Skip to content

Commit eb3a0a0

Browse files
committed
drafting release for 0.0.44
Signed-off-by: vsoch <[email protected]>
1 parent edd19d2 commit eb3a0a0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ and **Merged pull requests**. Critical items to know are:
1414
The versions coincide with releases on pip. Only major versions will be released as tags on Github.
1515

1616
## [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
1719
- default containers directory should be separate from modules (0.0.43)
1820
- remove redundancy of manual bindpaths and SINGULARITY_BINDPATH (0.0.42)
1921
- Do not unset container environment vars if they are already set (0.0.41)

shpc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__copyright__ = "Copyright 2021-2022, Vanessa Sochat"
33
__license__ = "MPL 2.0"
44

5-
__version__ = "0.0.43"
5+
__version__ = "0.0.44"
66
AUTHOR = "Vanessa Sochat"
77
NAME = "singularity-hpc"
88
PACKAGE_URL = "https://github.com/singularityhub/singularity-hpc"

0 commit comments

Comments
 (0)