Skip to content

Commit

Permalink
0.20.7 → 0.20.8 (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-f authored Apr 27, 2022
1 parent 10b40da commit 744bdbb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.20.8] - 2022-04-27

Features:
- Make `spago bundle-app` and `spago bundle-module` use esbuild and es modules for projects >= v0.15
- Make `spago run` use es modules for projects >= v0.15
- Support Glibc versions >= `2.24`
- Retry git clone up to two times (#834, #873)
- Make `spago bundle-app` and `spago bundle-module` use esbuild and es modules for projects >= v0.15 (#862)
- Make `spago run` use es modules for projects >= v0.15 (#858)

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

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

## [0.20.7] - 2022-02-12

Bugfixes
Bugfixes:
- Make `spago run` work when `node-args` includes flag-like value (#856)

## [0.20.6] - 2022-02-09
Expand Down
2 changes: 1 addition & 1 deletion spago.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.4

name: spago
version: 0.20.7
version: 0.20.8
description: Please see the README on GitHub at <https://github.com/purescript/spago#readme>
homepage: https://github.com/purescript/spago#readme
bug-reports: https://github.com/purescript/spago/issues
Expand Down

0 comments on commit 744bdbb

Please sign in to comment.