We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19218fd + 18f4a11 commit c8734acCopy full SHA for c8734ac
.mergify.yml
@@ -36,3 +36,16 @@ pull_request_rules:
36
- "1.6"
37
queue:
38
update_method: rebase
39
+
40
+ - name: backport patches to 1.8
41
+ conditions:
42
+ - base=master
43
+ - label=backport 1.8
44
+ - merged
45
+ actions:
46
+ copy:
47
+ ignore_conflicts: True
48
+ branches:
49
+ - "1.8"
50
+ queue:
51
+ update_method: rebase
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog for the Clash project
2
3
-## 1.8.0
+## 1.8.1 *Nov 10th 2023*
4
5
+* Bump package dependencies to allow inclusion in stackage-nightly
6
+* Bump package dependencies to allow building on GHC 9.8.1
7
8
+## 1.8.0 *Nov 10th 2023*
9
10
Release highlights:
11
0 commit comments