Skip to content

Commit

Permalink
Prepare v6.0.0 release (#201)
Browse files Browse the repository at this point in the history
* Update CI to build with the latest version of the compiler

* Upgrade bower dependencies

* Update the changelog
  • Loading branch information
kl0tl authored Feb 26, 2021
1 parent 30ed0d5 commit d0eb009
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 15 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-aff/releases/tag/v6.0.0) - 2021-02-26

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

New features:
Expand Down
24 changes: 12 additions & 12 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
"package.json"
],
"dependencies": {
"purescript-exceptions": "master",
"purescript-functions": "master",
"purescript-parallel": "master",
"purescript-transformers": "master",
"purescript-unsafe-coerce": "master",
"purescript-datetime": "master",
"purescript-effect": "master"
"purescript-datetime": "^5.0.0",
"purescript-effect": "^3.0.0",
"purescript-exceptions": "^5.0.0",
"purescript-functions": "^5.0.0",
"purescript-parallel": "^5.0.0",
"purescript-transformers": "^5.0.0",
"purescript-unsafe-coerce": "^5.0.0"
},
"devDependencies": {
"purescript-console": "master",
"purescript-partial": "master",
"purescript-minibench": "master",
"purescript-assert": "master",
"purescript-free": "master"
"purescript-assert": "^5.0.0",
"purescript-console": "^5.0.0",
"purescript-free": "^6.0.0",
"purescript-minibench": "^3.0.0",
"purescript-partial": "^3.0.0"
}
}

0 comments on commit d0eb009

Please sign in to comment.