Skip to content

Commit

Permalink
Prepare v9.0.0 release (1st PS 0.15.0-compatible release) (#51)
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 0677beb commit db31994
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 13 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

# - 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:

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

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

Expand Down
22 changes: 11 additions & 11 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
"package.json"
],
"dependencies": {
"purescript-console": "master",
"purescript-exceptions": "master",
"purescript-lists": "master",
"purescript-partial": "master",
"purescript-profunctor": "master",
"purescript-strings": "master",
"purescript-transformers": "master",
"purescript-typelevel-prelude": "master",
"purescript-unsafe-coerce": "master"
"purescript-console": "^6.0.0",
"purescript-exceptions": "^6.0.0",
"purescript-lists": "^7.0.0",
"purescript-partial": "^4.0.0",
"purescript-profunctor": "^6.0.0",
"purescript-strings": "^6.0.0",
"purescript-transformers": "^6.0.0",
"purescript-typelevel-prelude": "^7.0.0",
"purescript-unsafe-coerce": "^6.0.0"
},
"devDependencies": {
"purescript-effect": "master",
"purescript-quickcheck": "master"
"purescript-effect": "^4.0.0",
"purescript-quickcheck": "^8.0.1"
}
}

0 comments on commit db31994

Please sign in to comment.