File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Change log
22
3+ ## ` v0.8.1 ` - 2025-06-03
4+
5+ ### Fixes
6+ - ` ShellJob ` : Fix ` RemoteData ` handling [[ cfe207d]] ( https://github.com/sphuber/aiida-shell/commit/cfe207dbe86f0675cce509071782c8debc624c37 )
7+
8+ ### Documentation
9+ - Fix broken commit links in ` CHANGELOG.md ` [[ 14866d1]] ( https://github.com/sphuber/aiida-shell/commit/14866d1450aa252ec414373e86e98611e2eae9db )
10+
11+ ### Devops
12+ - Add explicit ` sphinx.configuration ` key to RTD conf [[ 189df63]] ( https://github.com/sphuber/aiida-shell/commit/189df631759eb07e574bfb5a5be2843ea532ec9d )
13+
14+
315## ` v0.8.0 ` - 2024-09-18
416
517### Breaking changes
Original file line number Diff line number Diff line change 11"""AiiDA plugin that makes running shell commands easy."""
2- __version__ = '0.8.0 '
2+ __version__ = '0.8.1 '
33
44from .calculations import ShellJob
55from .data import EntryPointData , PickledData , ShellCode
You can’t perform that action at this time.
0 commit comments