Skip to content

Commit 64249d9

Browse files
committed
Release v0.8.1
1 parent cfe207d commit 64249d9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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

src/aiida_shell/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""AiiDA plugin that makes running shell commands easy."""
2-
__version__ = '0.8.0'
2+
__version__ = '0.8.1'
33

44
from .calculations import ShellJob
55
from .data import EntryPointData, PickledData, ShellCode

0 commit comments

Comments
 (0)