File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 99
1010 validate-release-tag :
1111
12- if : github.repository == 'sphuber /aiida-shell'
12+ if : github.repository == 'aiidateam /aiida-shell'
1313 runs-on : ubuntu-latest
1414
1515 steps :
Original file line number Diff line number Diff line change 11# Change log
22
3+ ## ` v0.8.2 ` - 2026-01-14
4+
5+ ### Features
6+ - Add support for AiiDA monitors [[ 0522862]] ( https://github.com/aiidateam/aiida-shell/commit/05228623ed7e2f8432b16416a133b3a97c1fca11 )
7+
38## ` v0.8.1 ` - 2025-06-03
49
510### Fixes
Original file line number Diff line number Diff line change 11"""AiiDA plugin that makes running shell commands easy."""
2- __version__ = '0.8.1 '
2+ __version__ = '0.8.2 '
33
44from .calculations import ShellJob
55from .data import EntryPointData , PickledData , ShellCode
You can’t perform that action at this time.
0 commit comments