File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff 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+
1012Bugfixes:
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
1316Other 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
Original file line number Diff line number Diff line change 11name : spago
2- version : 0.20.0
2+ version : 0.20.1
33github : " purescript/spago"
44license : BSD3
55author : " Justin Woo, Fabrizio Ferrai"
Original file line number Diff line number Diff 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
99name : spago
10- version : 0.20.0
10+ version : 0.20.1
1111description : Please see the README on GitHub at <https://github.com/purescript/spago#readme>
1212homepage : https://github.com/purescript/spago#readme
1313bug-reports : https://github.com/purescript/spago/issues
You canβt perform that action at this time.
0 commit comments