From bd771f4887be61b46d9a9b40fdc01973baafed75 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferrai Date: Tue, 20 Apr 2021 16:49:03 +0300 Subject: [PATCH] =?UTF-8?q?0.20.0=20=E2=86=92=200.20.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++-- package.yaml | 2 +- spago.cabal | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f0abff86..13b0d910d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.yaml b/package.yaml index ce23d30cc..74b732c56 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: spago -version: 0.20.0 +version: 0.20.1 github: "purescript/spago" license: BSD3 author: "Justin Woo, Fabrizio Ferrai" diff --git a/spago.cabal b/spago.cabal index 5cfdc12e6..a89ddec8a 100644 --- a/spago.cabal +++ b/spago.cabal @@ -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 homepage: https://github.com/purescript/spago#readme bug-reports: https://github.com/purescript/spago/issues