Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Sep 18, 2024
1 parent cc72abd commit c6bbb61
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change log

## `v0.8.0` - 2024-09-18

### Breaking changes
- `launch_shell_job`: Move `computer` to top-level of `metadata` [[2ab8219]](https://github.com//commit/2ab82195b755cfc6d814439a72670632d2e025ff)
- `ShellJob`: Change the signature of custom parser functions [[8a561b6]](https://github.com//commit/8a561b6a7c74eb35ff3a7bc7f062a72e41c4f707)

### Refactor
- Refactor: abstract `prepare_shell_job_inputs` from `launch_shell_job` [[cc72abd]](https://github.com//commit/cc72abd4e835c2f60d6a33750cfb50d29e71a232)

### Fixes
- `prepare_code`: Quote command when passing to `which` in order to resolve [[104d03b]](https://github.com//commit/104d03b3b9b43b3b3eec77e6e10bd6ec7ffa5ec0)
- `ShellCalculation`: Resolve escaped curly braces in arguments [[521a7ec]](https://github.com//commit/521a7ec491ea15d4f1a1af5cbf7621e37bb9ad7c)


## `v0.7.3` - 2024-07-16

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ authors:
email: mail@sphuber.net
affiliation: École Polytechnique Fédérale de Lausanne
repository-code: "https://github.com/sphuber/aiida-shell"
version: 0.7.3
version: 0.8.0
license: MIT License
2 changes: 1 addition & 1 deletion src/aiida_shell/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""AiiDA plugin that makes running shell commands easy."""
__version__ = '0.7.3'
__version__ = '0.8.0'

from .calculations import ShellJob
from .data import EntryPointData, PickledData, ShellCode
Expand Down

0 comments on commit c6bbb61

Please sign in to comment.