File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## unreleased changes
3
+ ## v1.1
4
4
5
5
Added (user)
6
6
@@ -9,13 +9,17 @@ Added (user)
9
9
10
10
Added (developer)
11
11
12
+ * PR #187 : support for unknown job state
13
+
12
14
Changed
13
15
14
16
* PR #177 : Fail on first error in batch script by setting ` set -e ` to script templates.
15
17
* PR #165 : SlurmSpawner: Update template to use ` --chdir ` instead of ` --workdir ` . Users of Slurm older than 17.11 may need to revert this locally.
16
-
17
- Fixed
18
-
18
+ * PR #189 : remove bashism from default script template
19
+ * PR #195 : fix exception handling in run_command
20
+ * PR #198 : change from Travis to gh-actions for testing
21
+ * PR #196 : documentation
22
+ * PR #199 : update setup.py
19
23
20
24
## v1.0 (requires minimum JupyterHub 0.9 and Python 3.5)
21
25
Original file line number Diff line number Diff line change 5
5
1 ,
6
6
1 ,
7
7
0 ,
8
- 'dev' , # comment-out this line for a release
8
+ # 'dev', # comment-out this line for a release
9
9
)
10
10
__version__ = '.' .join (map (str , version_info ))
11
11
You can’t perform that action at this time.
0 commit comments