Skip to content

Commit

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

* Uncomment spago tests

* Update the changelog
  • Loading branch information
JordanMartinez authored Apr 27, 2022
1 parent be61d79 commit 9456c59
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,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: Check formatting
run: purs-tidy check src test
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:

## [v6.0.0](https://github.com/purescript-contrib/purescript-aff-bus/releases/tag/v6.0.0) - 2022-04-27

Breaking changes:
- Update project and deps to PureScript v0.15.0 (#31 by @JordanMartinez)

Expand Down
10 changes: 5 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"tests"
],
"dependencies": {
"purescript-avar": "main",
"purescript-effect": "master",
"purescript-prelude": "master"
"purescript-avar": "^5.0.0",
"purescript-effect": "^4.0.0",
"purescript-prelude": "^6.0.0"
},
"devDependencies": {
"purescript-console": "master",
"purescript-refs": "master"
"purescript-console": "^6.0.0",
"purescript-refs": "^6.0.0"
}
}

0 comments on commit 9456c59

Please sign in to comment.