Skip to content

Commit

Permalink
0.19.2 → 0.20.0 (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-f authored Apr 7, 2021
1 parent 3dea8d9 commit 7dfd223
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: spago
version: 0.19.2
version: 0.20.0
github: "purescript/spago"
license: BSD3
author: "Justin Woo, Fabrizio Ferrai"
Expand Down Expand Up @@ -95,7 +95,7 @@ library:
- Cabal
- containers
- cryptonite
- dhall >= 1.31.1
- dhall >= 1.38.0
- directory >= 1.3.4.0
- either
- exceptions
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: adc6f1739429a3be6ab012ed75cef007ef4c38ed850c9a1acf8fcaf1a924002e
-- hash: ab7469432b7c2f686c6414d0dae5b3cd0c8204f64bdd993199ec586d21964698

name: spago
version: 0.19.1
version: 0.20.0
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 7dfd223

Please sign in to comment.