File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.21.0] - 2023-05-04
11
+
12
+ Features:
13
+ - Add ` spago migrate ` command to port a ` spago.dhall ` configuration to the new-style ` spago.yaml ` (#901 )
14
+
10
15
Bugfixes:
11
16
- Windows: forward the proper exit code when running spago via NPM (#883 , #884 )
12
17
13
18
Other improvements:
14
19
- CI: cleanup CI for 0.15.0 PureScript updates (#879 )
15
- - Install: upgrade ` make-fetch-happen ` to ` ^11.0.1 ` (#925 )
16
20
17
21
## [ 0.20.9] - 2022-05-03
18
22
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.4
2
2
3
3
name : spago
4
- version : 0.20.9
4
+ version : 0.21.0
5
5
description : Please see the README on GitHub at <https://github.com/purescript/spago#readme>
6
6
homepage : https://github.com/purescript/spago#readme
7
7
bug-reports : https://github.com/purescript/spago/issues
You can’t perform that action at this time.
0 commit comments