Skip to content

Commit

Permalink
Prepare v6.0.0 release (#49)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
kl0tl and thomashoneyman authored Feb 26, 2021
1 parent cfd282a commit 673971d
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 17 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:

- name: Set up PureScript toolchain
uses: purescript-contrib/setup-purescript@main
with:
purescript: "0.14.0-rc5"

- name: Cache PureScript dependencies
uses: actions/cache@v2
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ Notable changes to this project are documented in this file. The format is based

## [Unreleased]

Breaking changes (😱!!!):
Breaking changes:

New features:

Bugfixes:

Other improvements:

## [v6.0.0](https://github.com/purescript-contrib/purescript-argonaut-core/releases/tag/v6.0.0) - 2021-02-26

Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#46)

New features:
Expand Down
28 changes: 15 additions & 13 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"repository": {
"type": "git",
"url": "git://github.com/purescript-contrib/purescript-argonaut-core.git"
"url": "https://github.com/purescript-contrib/purescript-argonaut-core.git"
},
"ignore": [
"**/.*",
Expand All @@ -27,19 +27,21 @@
"package.json"
],
"dependencies": {
"purescript-arrays": "^5.0.0",
"purescript-control": "^4.0.0",
"purescript-either": "^4.0.0",
"purescript-foreign-object": "^2.0.0",
"purescript-functions": "^4.0.0",
"purescript-gen": "^2.0.0",
"purescript-maybe": "^4.0.0",
"purescript-nonempty": "^5.0.0",
"purescript-prelude": "^4.0.0",
"purescript-strings": "^4.0.0",
"purescript-tailrec": "^4.0.0"
"purescript-arrays": "^6.0.0",
"purescript-control": "^5.0.0",
"purescript-either": "^5.0.0",
"purescript-foreign-object": "^3.0.0",
"purescript-functions": "^5.0.0",
"purescript-gen": "^3.0.0",
"purescript-maybe": "^5.0.0",
"purescript-nonempty": "^6.0.0",
"purescript-prelude": "^5.0.0",
"purescript-strings": "^5.0.0",
"purescript-tailrec": "^5.0.0"
},
"devDependencies": {
"purescript-quickcheck": "^6.0.0"
"purescript-console": "^5.0.0",
"purescript-effect": "^3.0.0",
"purescript-quickcheck": "^7.0.0"
}
}
2 changes: 1 addition & 1 deletion packages.dhall
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let upstream =
https://raw.githubusercontent.com/purescript/package-sets/prepare-0.14/src/packages.dhall sha256:f9b49a477fcd822a7119413b689123f8e1694b0008c156971f1931751079a56f
https://raw.githubusercontent.com/purescript/package-sets/prepare-0.14/src/packages.dhall

in upstream

0 comments on commit 673971d

Please sign in to comment.