Skip to content

Commit fc23817

Browse files
authored
0.20.3 → 0.20.4 (#844)
1 parent 4ed5dcb commit fc23817

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.20.4] - 2022-01-29
11+
1012
Bugfixes:
11-
- Don't warn on unused deps when building --deps-only. (#794)
13+
- Don't warn on unused deps when building with `--deps-only` (#794)
14+
- Add line buffering for console output when doing parallel work (#800, #729)
1215

1316
Other improvements:
1417
- CI: Add sha256 checksum generation on the release workflow (#816)
15-
- Replacing deprecated `request` by `make-fetch-happen` for NPM installation (#840)
18+
- CI: Update the Ubuntu runner to a non-deprecated version (#826)
19+
- Install: replace deprecated `request` by `make-fetch-happen` for NPM installation (#840)
20+
- Error messages: output additional info when failing to access cache directory (#799)
21+
- Deps: add compatibility with versions-5.0.0 (#798)
22+
- Internals: convert deps and source paths from List to Set (#818)
23+
- Docs: various improvements (#802, #803, #806, #809, #823, #824)
1624

1725
## [0.20.3] - 2021-05-12
1826

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.3
4+
version: 0.20.4
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)