Skip to content

Commit 2bb25c7

Browse files
authored
0.8.3 → 0.8.4 (#259)
1 parent e892018 commit 2bb25c7

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.8.2] - 2019-06-03
10+
## [0.8.4] - 2019-06-11
11+
12+
Bugfixes:
13+
- Produce an error message when asserting directory permissions (#250)
14+
- Read purs version from inside the set instead of its GitHub tag (#253, #225)
15+
- Skip copy to global cache when encountering a permissions problem (#220, #260)
16+
17+
Other improvements:
18+
- Errors: add many debug logs (#251)
19+
- CI: rewrite Curator in Haskell (#239)
20+
- CI: build only `master` and tags on Travis (#247)
21+
- Dev: add Nix section to stack.yaml (#248)
22+
- Dev: tidy up the various executables, sources and dependencies (#251)
23+
24+
## [0.8.3] - 2019-06-03
1125

1226
Bugfixes:
1327
- Fix `spago psc-package-clean` on Windows (#224)
@@ -90,13 +104,13 @@ Other fixes and improvements:
90104
## [0.7.0] - 2019-03-03
91105

92106
Breaking changes:
93-
- The NPM package `purescript-spago` is now deprecated. New releases will be published only to the package `spago` (#115, #44)
94-
You can install the package with `npm install -g spago`
95-
- [Spacchetti has been merged in the official package-set](https://github.com/purescript/package-sets/pull/271): this means that `spago` will now use that as the reference package-set. (#120)
107+
- The NPM package `purescript-spago` is now deprecated. New releases will be published only to the package `spago` (#115, #44)
108+
- [Spacchetti has been merged in the official package-set](https://github.com/purescript/package-sets/pull/271): this means that `spago` will now use that as the reference package-set. (#120)
109+
96110
As a result of this, the command `spago spacchetti-upgrade` has been renamed to `spago package-set-upgrade`.
97111

98112
New features:
99-
- Support Windows in NPM install (#121, #109)
113+
- Support Windows in NPM install (#121, #109)
100114
- Add `spago freeze` command to recompute hashes of the package-set (#113)
101115
- Add `spago verify` and `spago verify-set` commands (#108, #14)
102116
- Add the `--filter` flag to `spago list-packages`, to filter by direct and transitive deps (#106, #108)

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: spago
2-
version: 0.8.3.0
2+
version: 0.8.4.0
33
github: "spacchetti/spago"
44
license: BSD3
55
author: "Justin Woo, Fabrizio Ferrai"

0 commit comments

Comments
 (0)