diff --git a/CHANGELOG.md b/CHANGELOG.md index 48c5ee1b6..89574ee62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.20.0] - 2021-04-07 + Breaking changes (😱!!!): -- `spago build` fails when source files directly import transitive dependencies +- `spago build` fails when source files directly import transitive dependencies (#730, #598) Bugfixes: -- Fixed call to `psa` to avoid warning being printed +- Properly call `psa` to avoid warnings (#730) Other improvements: -- `spago build` detects and warns about unused dependencies +- `spago build` now detects and warns about unused dependencies (#730, #598) ## [0.19.2] - 2021-03-31 diff --git a/package.yaml b/package.yaml index 68369fb13..28043878a 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: spago -version: 0.19.2 +version: 0.20.0 github: "purescript/spago" license: BSD3 author: "Justin Woo, Fabrizio Ferrai" @@ -95,7 +95,7 @@ library: - Cabal - containers - cryptonite - - dhall >= 1.31.1 + - dhall >= 1.38.0 - directory >= 1.3.4.0 - either - exceptions diff --git a/spago.cabal b/spago.cabal index 4cde91f3e..b6b593254 100644 --- a/spago.cabal +++ b/spago.cabal @@ -4,10 +4,10 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: adc6f1739429a3be6ab012ed75cef007ef4c38ed850c9a1acf8fcaf1a924002e +-- hash: ab7469432b7c2f686c6414d0dae5b3cd0c8204f64bdd993199ec586d21964698 name: spago -version: 0.19.1 +version: 0.20.0 description: Please see the README on GitHub at homepage: https://github.com/purescript/spago#readme bug-reports: https://github.com/purescript/spago/issues