diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ded9795..f87bf6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 882ae44..d3f73ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: + +## [v8.0.0](https://github.com/purescript-contrib/purescript-argonaut-generic/releases/tag/v8.0.0) - 2022-04-27 + Breaking changes: - Update project and deps to PureScript v0.15.0 (#39 by @JordanMartinez) diff --git a/bower.json b/bower.json index 5d59edc..7f5047c 100644 --- a/bower.json +++ b/bower.json @@ -16,15 +16,15 @@ }, "license": "MIT", "dependencies": { - "purescript-argonaut-codecs": "main", - "purescript-argonaut-core": "main", - "purescript-prelude": "master", - "purescript-record": "master" + "purescript-argonaut-codecs": "^9.0.0", + "purescript-argonaut-core": "^7.0.0", + "purescript-prelude": "^6.0.0", + "purescript-record": "^4.0.0" }, "devDependencies": { - "purescript-assert": "master", - "purescript-console": "master", - "purescript-effect": "master", - "purescript-exceptions": "master" + "purescript-assert": "^6.0.0", + "purescript-console": "^6.0.0", + "purescript-effect": "^4.0.0", + "purescript-exceptions": "^6.0.0" } }