Skip to content

Commit 157e372

Browse files
authored
Prepare v5.0.0 release (#144)
* 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 dd35f96 commit 157e372

File tree

3 files changed

+30
-22
lines changed

3 files changed

+30
-22
lines changed

Diff for: .github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
- uses: actions/checkout@v2
1414

1515
- uses: purescript-contrib/setup-purescript@main
16-
with:
17-
purescript: "0.14.0-rc5"
1816

1917
- uses: actions/setup-node@v1
2018
with:

Diff for: 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+
## [v5.0.0](https://github.com/purescript/purescript-strings/releases/tag/v5.0.0) - 2021-02-26
16+
717
Breaking changes:
818
- Added support for PureScript 0.14 and dropped support for all previous versions (#129)
919
- Updated `replace'` to reflect the existence of optional capturing groups (#126)

Diff for: bower.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "BSD-3-Clause",
55
"repository": {
66
"type": "git",
7-
"url": "git://github.com/purescript/purescript-strings.git"
7+
"url": "https://github.com/purescript/purescript-strings.git"
88
},
99
"ignore": [
1010
"**/.*",
@@ -16,26 +16,26 @@
1616
"package.json"
1717
],
1818
"dependencies": {
19-
"purescript-arrays": "master",
20-
"purescript-control": "master",
21-
"purescript-either": "master",
22-
"purescript-enums": "master",
23-
"purescript-foldable-traversable": "master",
24-
"purescript-gen": "master",
25-
"purescript-integers": "master",
26-
"purescript-maybe": "master",
27-
"purescript-newtype": "master",
28-
"purescript-nonempty": "master",
29-
"purescript-partial": "master",
30-
"purescript-prelude": "master",
31-
"purescript-tailrec": "master",
32-
"purescript-tuples": "master",
33-
"purescript-unfoldable": "master",
34-
"purescript-unsafe-coerce": "master"
19+
"purescript-arrays": "^6.0.0",
20+
"purescript-control": "^5.0.0",
21+
"purescript-either": "^5.0.0",
22+
"purescript-enums": "^5.0.0",
23+
"purescript-foldable-traversable": "^5.0.0",
24+
"purescript-gen": "^3.0.0",
25+
"purescript-integers": "^5.0.0",
26+
"purescript-maybe": "^5.0.0",
27+
"purescript-newtype": "^4.0.0",
28+
"purescript-nonempty": "^6.0.0",
29+
"purescript-partial": "^3.0.0",
30+
"purescript-prelude": "^5.0.0",
31+
"purescript-tailrec": "^5.0.0",
32+
"purescript-tuples": "^6.0.0",
33+
"purescript-unfoldable": "^5.0.0",
34+
"purescript-unsafe-coerce": "^5.0.0"
3535
},
3636
"devDependencies": {
37-
"purescript-assert": "master",
38-
"purescript-console": "master",
39-
"purescript-minibench": "master"
37+
"purescript-assert": "^5.0.0",
38+
"purescript-console": "^5.0.0",
39+
"purescript-minibench": "^3.0.0"
4040
}
4141
}

0 commit comments

Comments
 (0)