Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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