Skip to content

Commit 744bdbb

Browse files
authored
0.20.7 → 0.20.8 (#876)
1 parent 10b40da commit 744bdbb

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.20.8] - 2022-04-27
11+
1012
Features:
11-
- Make `spago bundle-app` and `spago bundle-module` use esbuild and es modules for projects >= v0.15
12-
- Make `spago run` use es modules for projects >= v0.15
13-
- Support Glibc versions >= `2.24`
14-
- Retry git clone up to two times (#834, #873)
13+
- Make `spago bundle-app` and `spago bundle-module` use esbuild and es modules for projects >= v0.15 (#862)
14+
- Make `spago run` use es modules for projects >= v0.15 (#858)
1515

16-
Bugfixes
16+
Bugfixes:
1717
- Fix `spago run` and `spago test` to accept command line arguments correctly, by writing a JS file to run (#865, #866)
1818
- Remove support for node versions older than 12.0.0 as they do not work with es modules (#866)
19+
- Retry git clone up to two times (#834, #873)
1920

2021
Other improvements:
21-
- Update README.md with documentation for v0.15
22+
- Docs: update README with documentation for PureScript v0.15 (#867)
23+
- Linux: support Glibc versions >= `2.24`
2224

2325
## [0.20.7] - 2022-02-12
2426

25-
Bugfixes
27+
Bugfixes:
2628
- Make `spago run` work when `node-args` includes flag-like value (#856)
2729

2830
## [0.20.6] - 2022-02-09

spago.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.4
22

33
name: spago
4-
version: 0.20.7
4+
version: 0.20.8
55
description: Please see the README on GitHub at <https://github.com/purescript/spago#readme>
66
homepage: https://github.com/purescript/spago#readme
77
bug-reports: https://github.com/purescript/spago/issues

0 commit comments

Comments
 (0)