Skip to content

Commit 2183214

Browse files
authored
Prepare v6.0.0 release (#70)
* Update CI to build with the latest version of the compiler * Update the bower repository URL to match the URL in the registry * Upgrade bower dependencies * Update the changelog
1 parent 319c8b9 commit 2183214

File tree

3 files changed

+26
-18
lines changed

3 files changed

+26
-18
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515

1616
- name: Set up a PureScript toolchain
1717
uses: purescript-contrib/setup-purescript@main
18-
with:
19-
purescript: "0.14.0-rc5"
2018

2119
- name: Cache PureScript dependencies
2220
uses: actions/cache@v2

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ Notable changes to this project are documented in this file. The format is based
44

55
## [Unreleased]
66

7-
Breaking changes (😱!!!):
7+
Breaking changes:
8+
9+
New features:
10+
11+
Bugfixes:
12+
13+
Other improvements:
14+
15+
## [v6.0.0](https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v6.0.0) - 2021-02-26
16+
17+
Breaking changes:
818
- Added support for PureScript 0.14 and dropped support for all previous versions (#63)
919
- Improved default error type and added `printParserError` (#57)
1020

bower.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,24 @@
1616
],
1717
"repository": {
1818
"type": "git",
19-
"url": "git://github.com/paf31/purescript-string-parsers.git"
19+
"url": "https://github.com/purescript-contrib/purescript-string-parsers.git"
2020
},
2121
"dependencies": {
22-
"purescript-arrays": "^5.0.0",
23-
"purescript-bifunctors": "^4.0.0",
24-
"purescript-control": "^4.0.0",
25-
"purescript-either": "^4.0.0",
26-
"purescript-foldable-traversable": "^4.0.0",
27-
"purescript-lists": "^5.0.0",
28-
"purescript-maybe": "^4.0.0",
29-
"purescript-prelude": "^4.0.0",
30-
"purescript-strings": "^4.0.0",
31-
"purescript-tailrec": "^4.0.0"
22+
"purescript-arrays": "^6.0.0",
23+
"purescript-bifunctors": "^5.0.0",
24+
"purescript-control": "^5.0.0",
25+
"purescript-either": "^5.0.0",
26+
"purescript-foldable-traversable": "^5.0.0",
27+
"purescript-lists": "^6.0.0",
28+
"purescript-maybe": "^5.0.0",
29+
"purescript-prelude": "^5.0.0",
30+
"purescript-strings": "^5.0.0",
31+
"purescript-tailrec": "^5.0.0"
3232
},
3333
"devDependencies": {
34-
"purescript-math": "^2.1.1",
35-
"purescript-console": "^4.1.0",
36-
"purescript-assert": "^4.0.0",
37-
"purescript-psci-support": "^4.0.0"
34+
"purescript-assert": "^5.0.0",
35+
"purescript-console": "^5.0.0",
36+
"purescript-effect": "^3.0.0",
37+
"purescript-math": "^3.0.0"
3838
}
3939
}

0 commit comments

Comments
 (0)