Skip to content

Commit 61ddf37

Browse files
Sam BalcoSam Balco
authored andcommitted
updated changelog + fix CI
1 parent debd456 commit 61ddf37

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.github/workflows/cabal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v2
3232
with:
3333
submodules: true
34-
- uses: actions/setup-haskell@v1.1.2
34+
- uses: haskell/actions/setup@v1
3535
id: setup-haskell-cabal
3636
with:
3737
ghc-version: ${{ matrix.plan.ghc }}

ChangeLog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog for quickjs-hs
22

3+
### 0.1.2.4
4+
5+
* Bumped the quickjs library to 2020-11-08 release
6+
* Relaxed QuickCheck bounds (PR by poscat0x04)
7+
8+
### 0.1.2.3
9+
10+
* Fix for infinite loop caused by incorrect defintion of SomeJSRuntimeException
11+
312
### 0.1.2.2
413

514
* Bumped the quickjs library to release 2020-09-06

0 commit comments

Comments
 (0)