Skip to content

Commit 6fa97fe

Browse files
authored
Prepare v3.0.0 release (#17)
* 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 5a8f558 commit 6fa97fe

File tree

3 files changed

+24
-15
lines changed

3 files changed

+24
-15
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 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+
## [v3.0.0](https://github.com/purescript-contrib/purescript-strings-extra/releases/tag/v3.0.0) - 2021-02-26
16+
17+
Breaking changes:
818
- Added support for PureScript 0.14 and dropped support for all previous versions (#14)
919

1020
New features:

bower.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "purescript-strings-extra",
33
"homepage": "https://github.com/purescript-contrib/purescript-strings-extra",
44
"description": "Additional String utilities",
5-
"keywords": ["purescript"],
5+
"keywords": [
6+
"purescript"
7+
],
68
"license": "MIT",
79
"ignore": [
810
"**/.*",
@@ -15,20 +17,19 @@
1517
],
1618
"repository": {
1719
"type": "git",
18-
"url": "git://github.com/purescript-contrib/purescript-string-extras.git"
20+
"url": "https://github.com/purescript-contrib/purescript-strings-extra.git"
1921
},
2022
"dependencies": {
21-
"purescript-strings": "^4.0.1",
22-
"purescript-prelude": "^4.1.1",
23-
"purescript-maybe": "^4.0.1",
24-
"purescript-partial": "^2.0.1",
25-
"purescript-either": "^4.1.1",
26-
"purescript-foldable-traversable": "^4.1.1",
27-
"purescript-unicode": "^4.0.1",
28-
"purescript-arrays": "^5.3.0"
23+
"purescript-arrays": "^6.0.0",
24+
"purescript-foldable-traversable": "^5.0.0",
25+
"purescript-maybe": "^5.0.0",
26+
"purescript-prelude": "^5.0.0",
27+
"purescript-strings": "^5.0.0",
28+
"purescript-unicode": "^5.0.0"
2929
},
3030
"devDependencies": {
31-
"purescript-assert": "^4.1.0",
32-
"purescript-console": "^4.2.0"
31+
"purescript-assert": "^5.0.0",
32+
"purescript-console": "^5.0.0",
33+
"purescript-effect": "^3.0.0"
3334
}
3435
}

0 commit comments

Comments
 (0)