Skip to content

Commit c8734ac

Browse files
authored
Merge pull request #2612 from clash-lang/forward_port_1p8
Forward port changes from 1.8 branch
2 parents 19218fd + 18f4a11 commit c8734ac

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.mergify.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,16 @@ pull_request_rules:
3636
- "1.6"
3737
queue:
3838
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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog for the Clash project
22

3-
## 1.8.0
3+
## 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*
49

510
Release highlights:
611

0 commit comments

Comments
 (0)