File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ 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.com/singularityhub/singularity-hpc/tree/main ) (0.0.x)
17
+ - Wrappers now supported for shell/exec/run container commands (0.1.12)
17
18
- Update add to return container yaml (0.1.11)
18
19
- Fixing bug with writing package file in update (0.1.1)
19
20
- Add support for remote registry and sync commands --all (0.1.0)
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.1.11 "
5
+ __version__ = "0.1.12 "
6
6
AUTHOR = "Vanessa Sochat"
7
7
8
8
NAME = "singularity-hpc"
You can’t perform that action at this time.
0 commit comments