File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,16 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"
11
11
12
12
<!-- towncrier release notes start -->
13
13
14
+ ## __ cylc-8.3.1 (Released 2024-07-04)__
15
+
16
+ ### 🔧 Fixes
17
+
18
+ [ #6130 ] ( https://github.com/cylc/cylc-flow/pull/6130 ) - Prevent commands accepting job IDs where it doesn't make sense.
19
+
20
+ [ #6170 ] ( https://github.com/cylc/cylc-flow/pull/6170 ) - Fix an issue where the Cylc logo could appear in the workflow log.
21
+
22
+ [ #6176 ] ( https://github.com/cylc/cylc-flow/pull/6176 ) - Fix bug where jobs which fail to submit are not shown in GUI/TUI if submission retries are set.
23
+
14
24
## __ cylc-8.3.0 (Released 2024-06-18)__
15
25
16
26
### ⚠ Breaking Changes
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def environ_init():
53
53
54
54
environ_init ()
55
55
56
- __version__ = '8.3.1.dev '
56
+ __version__ = '8.3.1'
57
57
58
58
59
59
def iter_entry_points (entry_point_name ):
You can’t perform that action at this time.
0 commit comments