Skip to content

Commit

Permalink
Prepare v9.0.0 release (1st PS 0.15.0-compatible release) (#107)
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 426a1c4 commit 176a5dd
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 25 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:

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

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

Expand Down
46 changes: 23 additions & 23 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,30 @@
"output"
],
"dependencies": {
"purescript-argonaut-core": "main",
"purescript-arrays": "master",
"purescript-bifunctors": "master",
"purescript-effect": "master",
"purescript-either": "master",
"purescript-foldable-traversable": "master",
"purescript-foreign-object": "master",
"purescript-identity": "master",
"purescript-integers": "master",
"purescript-lists": "master",
"purescript-maybe": "master",
"purescript-nonempty": "master",
"purescript-ordered-collections": "master",
"purescript-prelude": "master",
"purescript-record": "master",
"purescript-strings": "master",
"purescript-tuples": "master"
"purescript-argonaut-core": "^7.0.0",
"purescript-arrays": "^7.0.0",
"purescript-bifunctors": "^6.0.0",
"purescript-effect": "^4.0.0",
"purescript-either": "^6.0.0",
"purescript-foldable-traversable": "^6.0.0",
"purescript-foreign-object": "^4.0.0",
"purescript-identity": "^6.0.0",
"purescript-integers": "^6.0.0",
"purescript-lists": "^7.0.0",
"purescript-maybe": "^6.0.0",
"purescript-nonempty": "^7.0.0",
"purescript-ordered-collections": "^3.0.0",
"purescript-prelude": "^6.0.0",
"purescript-record": "^4.0.0",
"purescript-strings": "^6.0.0",
"purescript-tuples": "^7.0.0"
},
"devDependencies": {
"purescript-assert": "master",
"purescript-console": "master",
"purescript-exceptions": "master",
"purescript-gen": "master",
"purescript-quickcheck": "master",
"purescript-transformers": "master"
"purescript-assert": "^6.0.0",
"purescript-console": "^6.0.0",
"purescript-exceptions": "^6.0.0",
"purescript-gen": "^4.0.0",
"purescript-quickcheck": "^8.0.1",
"purescript-transformers": "^6.0.0"
}
}

0 comments on commit 176a5dd

Please sign in to comment.