Skip to content

Commit

Permalink
0.20.0 → 0.20.1 (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-f authored Apr 20, 2021
1 parent f5d1fdc commit 41ad739
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.20.1] - 2021-04-20

Bugfixes:
- Color output now works correctly or is disabled on Windows (#768, #749)
- Fix `spago docs` for PureScript 0.14, by updating `docs-search` to `0.0.11` (#775, #752)

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

## [0.20.0] - 2021-04-07

Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: spago
version: 0.20.0
version: 0.20.1
github: "purescript/spago"
license: BSD3
author: "Justin Woo, Fabrizio Ferrai"
Expand Down
4 changes: 2 additions & 2 deletions spago.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 64b3d7194bb34705b51fef4eaafd1841f1900b6826a9cda155ba8d6572b9bd46
-- hash: a855e35ce4d9df2ee719d838aa3683ecdf43c715295b09623e7a12ddcbd0dddd

name: spago
version: 0.20.0
version: 0.20.1
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 41ad739

Please sign in to comment.