Skip to content

Commit c758362

Browse files
authored
Release v0.8.2 (#113)
1 parent 0522862 commit c758362

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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:

CHANGELOG.md

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

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.1'
2+
__version__ = '0.8.2'
33

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

0 commit comments

Comments
 (0)