diff --git a/CHANGELOG.md b/CHANGELOG.md index 733994b52..247f16acf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.21.0] - 2023-05-04 + +Features: +- Add `spago migrate` command to port a `spago.dhall` configuration to the new-style `spago.yaml` (#901) + Bugfixes: - Windows: forward the proper exit code when running spago via NPM (#883, #884) Other improvements: - CI: cleanup CI for 0.15.0 PureScript updates (#879) -- Install: upgrade `make-fetch-happen` to `^11.0.1` (#925) ## [0.20.9] - 2022-05-03 diff --git a/spago.cabal b/spago.cabal index 7113f89e9..d88efce5d 100644 --- a/spago.cabal +++ b/spago.cabal @@ -1,7 +1,7 @@ cabal-version: 2.4 name: spago -version: 0.20.9 +version: 0.21.0 description: Please see the README on GitHub at homepage: https://github.com/purescript/spago#readme bug-reports: https://github.com/purescript/spago/issues