Skip to content

Commit 41ad739

Browse files
authored
0.20.0 β†’ 0.20.1 (#779)
1 parent f5d1fdc commit 41ad739

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

88
## [Unreleased]
99

10+
## [0.20.1] - 2021-04-20
11+
1012
Bugfixes:
1113
- Color output now works correctly or is disabled on Windows (#768, #749)
14+
- Fix `spago docs` for PureScript 0.14, by updating `docs-search` to `0.0.11` (#775, #752)
1215

1316
Other improvements:
1417
- Color output is now automatically disabled when output is redirected to a file.
1518
Also respects a [`NO_COLOR`](https://no-color.org/) environment variable (#768)
16-
- Fixes tests failing if the test platform has psa installed (#772)
17-
- Print `spago install` command to fix missing transitive dependencies (#770)
19+
- Fixes tests failing if the test platform has `psa` installed (#772)
20+
- Print `spago install` command to fix missing transitive dependencies (#770, #769, #776)
21+
- Refactor the graph support to remove the custom module name parser (#773)
1822

1923
## [0.20.0] - 2021-04-07
2024

β€Žpackage.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: spago
2-
version: 0.20.0
2+
version: 0.20.1
33
github: "purescript/spago"
44
license: BSD3
55
author: "Justin Woo, Fabrizio Ferrai"

β€Žspago.cabalβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ cabal-version: 1.12
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 64b3d7194bb34705b51fef4eaafd1841f1900b6826a9cda155ba8d6572b9bd46
7+
-- hash: a855e35ce4d9df2ee719d838aa3683ecdf43c715295b09623e7a12ddcbd0dddd
88

99
name: spago
10-
version: 0.20.0
10+
version: 0.20.1
1111
description: Please see the README on GitHub at <https://github.com/purescript/spago#readme>
1212
homepage: https://github.com/purescript/spago#readme
1313
bug-reports: https://github.com/purescript/spago/issues

0 commit comments

Comments
Β (0)