Skip to content

Commit b5a017e

Browse files
Prepare v9.0.0 release (1st PS 0.15.0-compatible release) (#195)
* Update the bower dependencies * Uncomment spago tests * Update the changelog
1 parent 8e177f2 commit b5a017e

File tree

3 files changed

+34
-24
lines changed

3 files changed

+34
-24
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: Install dev dependencies
3737
run: spago -x spago-dev.dhall install
3838

39-
# - name: Run tests
40-
# run: spago -x spago-dev.dhall test --no-install
39+
- name: Run tests
40+
run: spago -x spago-dev.dhall test --no-install
4141

4242
- name: Check formatting
4343
run: purs-tidy check src test bench

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Notable changes to this project are documented in this file. The format is based
44

55
## [Unreleased]
66

7+
Breaking changes:
8+
9+
New features:
10+
11+
Bugfixes:
12+
13+
Other improvements:
14+
15+
## [v9.0.0](https://github.com/purescript-contrib/purescript-parsing/releases/tag/v9.0.0) - 2022-04-27
16+
717
Breaking changes:
818
- Update project and deps to PureScript v0.15.0 (#160 by @JordanMartinez)
919
- Drop deprecated `MonadZero` instance (#160 by @JordanMartinez)

bower.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,29 @@
1414
"output"
1515
],
1616
"dependencies": {
17-
"purescript-arrays": "master",
18-
"purescript-control": "master",
19-
"purescript-either": "master",
20-
"purescript-foldable-traversable": "master",
21-
"purescript-identity": "master",
22-
"purescript-integers": "master",
23-
"purescript-lists": "master",
24-
"purescript-maybe": "master",
25-
"purescript-newtype": "master",
26-
"purescript-numbers": "master",
27-
"purescript-nullable": "main",
28-
"purescript-prelude": "master",
29-
"purescript-strings": "master",
30-
"purescript-tailrec": "master",
31-
"purescript-transformers": "master",
32-
"purescript-tuples": "master",
33-
"purescript-unfoldable": "master",
34-
"purescript-unicode": "main",
35-
"purescript-unsafe-coerce": "master"
17+
"purescript-arrays": "^7.0.0",
18+
"purescript-control": "^6.0.0",
19+
"purescript-either": "^6.0.0",
20+
"purescript-foldable-traversable": "^6.0.0",
21+
"purescript-identity": "^6.0.0",
22+
"purescript-integers": "^6.0.0",
23+
"purescript-lists": "^7.0.0",
24+
"purescript-maybe": "^6.0.0",
25+
"purescript-newtype": "^5.0.0",
26+
"purescript-numbers": "^9.0.0",
27+
"purescript-nullable": "^6.0.0",
28+
"purescript-prelude": "^6.0.0",
29+
"purescript-strings": "^6.0.0",
30+
"purescript-tailrec": "^6.0.0",
31+
"purescript-transformers": "^6.0.0",
32+
"purescript-tuples": "^7.0.0",
33+
"purescript-unfoldable": "^6.0.0",
34+
"purescript-unicode": "^6.0.0",
35+
"purescript-unsafe-coerce": "^6.0.0"
3636
},
3737
"devDependencies": {
38-
"purescript-assert": "master",
39-
"purescript-effect": "master",
40-
"purescript-node-process": "master"
38+
"purescript-assert": "^6.0.0",
39+
"purescript-effect": "^4.0.0",
40+
"purescript-node-process": "^9.0.0"
4141
}
4242
}

0 commit comments

Comments
 (0)