Skip to content

Commit 673971d

Browse files
Prepare v6.0.0 release (#49)
* 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 * Update packages.dhall Co-authored-by: Thomas Honeyman <[email protected]>
1 parent cfd282a commit 673971d

File tree

4 files changed

+27
-17
lines changed

4 files changed

+27
-17
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+
## [v6.0.0](https://github.com/purescript-contrib/purescript-argonaut-core/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 (#46)
919

1020
New features:

bower.json

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"repository": {
1717
"type": "git",
18-
"url": "git://github.com/purescript-contrib/purescript-argonaut-core.git"
18+
"url": "https://github.com/purescript-contrib/purescript-argonaut-core.git"
1919
},
2020
"ignore": [
2121
"**/.*",
@@ -27,19 +27,21 @@
2727
"package.json"
2828
],
2929
"dependencies": {
30-
"purescript-arrays": "^5.0.0",
31-
"purescript-control": "^4.0.0",
32-
"purescript-either": "^4.0.0",
33-
"purescript-foreign-object": "^2.0.0",
34-
"purescript-functions": "^4.0.0",
35-
"purescript-gen": "^2.0.0",
36-
"purescript-maybe": "^4.0.0",
37-
"purescript-nonempty": "^5.0.0",
38-
"purescript-prelude": "^4.0.0",
39-
"purescript-strings": "^4.0.0",
40-
"purescript-tailrec": "^4.0.0"
30+
"purescript-arrays": "^6.0.0",
31+
"purescript-control": "^5.0.0",
32+
"purescript-either": "^5.0.0",
33+
"purescript-foreign-object": "^3.0.0",
34+
"purescript-functions": "^5.0.0",
35+
"purescript-gen": "^3.0.0",
36+
"purescript-maybe": "^5.0.0",
37+
"purescript-nonempty": "^6.0.0",
38+
"purescript-prelude": "^5.0.0",
39+
"purescript-strings": "^5.0.0",
40+
"purescript-tailrec": "^5.0.0"
4141
},
4242
"devDependencies": {
43-
"purescript-quickcheck": "^6.0.0"
43+
"purescript-console": "^5.0.0",
44+
"purescript-effect": "^3.0.0",
45+
"purescript-quickcheck": "^7.0.0"
4446
}
4547
}

packages.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
let upstream =
2-
https://raw.githubusercontent.com/purescript/package-sets/prepare-0.14/src/packages.dhall sha256:f9b49a477fcd822a7119413b689123f8e1694b0008c156971f1931751079a56f
2+
https://raw.githubusercontent.com/purescript/package-sets/prepare-0.14/src/packages.dhall
33

44
in upstream

0 commit comments

Comments
 (0)