Skip to content

Commit 6b12638

Browse files
committed
Release v0.1.8
1 parent d2bc5ad commit 6b12638

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## [v0.1.8](https://github.com/Matgenix/jobflow-remote/tree/v0.1.8) (2025-09-23)
4+
5+
[Full Changelog](https://github.com/Matgenix/jobflow-remote/compare/v0.1.7...v0.1.8)
6+
7+
**Closed issues:**
8+
9+
- UnboundLocalError when running `jf job files get` [\#350](https://github.com/Matgenix/jobflow-remote/issues/350)
10+
- Allow for the omission of a `jobstore` altogether [\#332](https://github.com/Matgenix/jobflow-remote/issues/332)
11+
- Parallel batch job shows fewer `BATCH_RUNNING` jobs than expected after `jf admin reset` [\#326](https://github.com/Matgenix/jobflow-remote/issues/326)
12+
- The built docs render `--` as `` [\#322](https://github.com/Matgenix/jobflow-remote/issues/322)
13+
- Feature Request: Flow\_DB\_ID option for jf job list command [\#320](https://github.com/Matgenix/jobflow-remote/issues/320)
14+
- Unexpected keyword argument 'sort' [\#298](https://github.com/Matgenix/jobflow-remote/issues/298)
15+
- Freshly created replaced jobs should be stopped as well [\#291](https://github.com/Matgenix/jobflow-remote/issues/291)
16+
- `Using atomate2 with jobflow-remote` example failed to run: NBANDS seems to be too high. [\#280](https://github.com/Matgenix/jobflow-remote/issues/280)
17+
18+
**Merged pull requests:**
19+
20+
- Bump actions/download-artifact from 4 to 5 [\#349](https://github.com/Matgenix/jobflow-remote/pull/349) ([dependabot[bot]](https://github.com/apps/dependabot))
21+
- Small fixes and tests improvements [\#347](https://github.com/Matgenix/jobflow-remote/pull/347) ([gpetretto](https://github.com/gpetretto))
22+
- Fixture for run\_check\_cli that includes patching the consoles [\#346](https://github.com/Matgenix/jobflow-remote/pull/346) ([davidwaroquiers](https://github.com/davidwaroquiers))
23+
- Bump actions/setup-python from 5 to 6 [\#342](https://github.com/Matgenix/jobflow-remote/pull/342) ([dependabot[bot]](https://github.com/apps/dependabot))
24+
- CLI plugins [\#339](https://github.com/Matgenix/jobflow-remote/pull/339) ([gpetretto](https://github.com/gpetretto))
25+
- Bump actions/upload-pages-artifact from 3 to 4 [\#336](https://github.com/Matgenix/jobflow-remote/pull/336) ([dependabot[bot]](https://github.com/apps/dependabot))
26+
- Fix batch worker [\#334](https://github.com/Matgenix/jobflow-remote/pull/334) ([gpetretto](https://github.com/gpetretto))
27+
- Bump actions/checkout from 4 to 5 [\#330](https://github.com/Matgenix/jobflow-remote/pull/330) ([dependabot[bot]](https://github.com/apps/dependabot))
28+
- Optional jobstores [\#327](https://github.com/Matgenix/jobflow-remote/pull/327) ([gpetretto](https://github.com/gpetretto))
29+
- Dw/test cli colors [\#324](https://github.com/Matgenix/jobflow-remote/pull/324) ([davidwaroquiers](https://github.com/davidwaroquiers))
30+
- Merge custom and automatic queries [\#321](https://github.com/Matgenix/jobflow-remote/pull/321) ([FabiPi3](https://github.com/FabiPi3))
31+
- Minor updates: color job list, allow resuming STOPPED jobs [\#316](https://github.com/Matgenix/jobflow-remote/pull/316) ([gpetretto](https://github.com/gpetretto))
32+
- Include coverage from code executed remotely [\#255](https://github.com/Matgenix/jobflow-remote/pull/255) ([davidwaroquiers](https://github.com/davidwaroquiers))
33+
334
## [v0.1.7](https://github.com/Matgenix/jobflow-remote/tree/v0.1.7) (2025-06-25)
435

536
[Full Changelog](https://github.com/Matgenix/jobflow-remote/compare/v0.1.6...v0.1.7)

0 commit comments

Comments
 (0)