Skip to content

Commit

Permalink
Prepare v7.0.0 release (1st PS 0.15.0-compatible release) (#60)
Browse files Browse the repository at this point in the history
* Update the bower dependencies

* Uncomment spago tests

* Update the changelog

* Update quickcheck to 8.0.1
  • Loading branch information
JordanMartinez authored Apr 27, 2022
1 parent 0acdb46 commit 04f00fb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Build source
run: spago build --no-install --purs-args '--censor-lib --strict'

# - name: Run tests
# run: spago test --no-install
- name: Run tests
run: spago test --no-install

- name: Verify Bower & Pulp
run: |
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Notable changes to this project are documented in this file. The format is based

## [Unreleased]

Breaking changes:

New features:

Bugfixes:

Other improvements:

## [v7.0.0](https://github.com/purescript-contrib/purescript-quickcheck-laws/releases/tag/v7.0.0) - 2022-04-27

Breaking changes:
- Update project and deps to PureScript v0.15.0 (#59 by @JordanMartinez)
- Drop deprecated `MonadZero` instance (#59 by @JordanMartinez)
Expand Down
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"package.json"
],
"dependencies": {
"purescript-prelude": "master",
"purescript-enums": "master",
"purescript-quickcheck": "master"
"purescript-prelude": "^6.0.0",
"purescript-enums": "^6.0.0",
"purescript-quickcheck": "^8.0.1"
}
}

0 comments on commit 04f00fb

Please sign in to comment.