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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.20.1] - 2021-04-20
11
+
10
12
Bugfixes:
11
13
- 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 )
12
15
13
16
Other improvements:
14
17
- Color output is now automatically disabled when output is redirected to a file.
15
18
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 )
18
22
19
23
## [ 0.20.0] - 2021-04-07
20
24
Original file line number Diff line number Diff line change 1
1
name : spago
2
- version : 0.20.0
2
+ version : 0.20.1
3
3
github : " purescript/spago"
4
4
license : BSD3
5
5
author : " Justin Woo, Fabrizio Ferrai"
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ cabal-version: 1.12
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
--
7
- -- hash: 64b3d7194bb34705b51fef4eaafd1841f1900b6826a9cda155ba8d6572b9bd46
7
+ -- hash: a855e35ce4d9df2ee719d838aa3683ecdf43c715295b09623e7a12ddcbd0dddd
8
8
9
9
name : spago
10
- version : 0.20.0
10
+ version : 0.20.1
11
11
description : Please see the README on GitHub at <https://github.com/purescript/spago#readme>
12
12
homepage : https://github.com/purescript/spago#readme
13
13
bug-reports : https://github.com/purescript/spago/issues
You canβt perform that action at this time.
0 commit comments