From f9ea95355cca42a3137c383ea5c38c9411b99f51 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Fri, 19 Feb 2021 09:39:23 +0100 Subject: [PATCH 1/4] Update CI to build with the latest version of the compiler --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b78ffa..6b0550f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,6 @@ jobs: - name: Set up a PureScript toolchain uses: purescript-contrib/setup-purescript@main - with: - purescript: "0.14.0-rc5" - name: Cache PureScript dependencies uses: actions/cache@v2 From 0eed55743c530e230acc9c80ddd00bac0056b403 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Fri, 19 Feb 2021 09:39:23 +0100 Subject: [PATCH 2/4] Update the bower repository URL to match the URL in the registry --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 6569066..8a5ff9d 100644 --- a/bower.json +++ b/bower.json @@ -17,7 +17,7 @@ ], "repository": { "type": "git", - "url": "git://github.com/purescript-contrib/purescript-argonaut-traversals.git" + "url": "https://github.com/purescript-contrib/purescript-argonaut-traversals.git" }, "license": "MIT", "dependencies": { From 3d0a2d58e088f5c5b55fd8e5434a1f96a340df3f Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Fri, 19 Feb 2021 09:39:24 +0100 Subject: [PATCH 3/4] Upgrade bower dependencies --- bower.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 8a5ff9d..2934615 100644 --- a/bower.json +++ b/bower.json @@ -21,11 +21,13 @@ }, "license": "MIT", "dependencies": { - "purescript-argonaut-core": "^5.0.0", - "purescript-argonaut-codecs": "^7.0.0", - "purescript-profunctor-lenses": "^6.0.0" + "purescript-argonaut-codecs": "^8.0.0", + "purescript-argonaut-core": "^6.0.0", + "purescript-profunctor-lenses": "^7.0.0" }, "devDependencies": { - "purescript-quickcheck": "^6.0.0" + "purescript-console": "^5.0.0", + "purescript-effect": "^3.0.0", + "purescript-quickcheck": "^7.0.0" } } From fa8b80fb1dbc24c650fea6f912db92c4acc12278 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Fri, 19 Feb 2021 09:39:24 +0100 Subject: [PATCH 4/4] Update the changelog --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 888bdca..2a772fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,17 @@ Notable changes to this project are documented in this file. The format is based ## [Unreleased] -Breaking changes (😱!!!): +Breaking changes: + +New features: + +Bugfixes: + +Other improvements: + +## [v9.0.0](https://github.com/purescript-contrib/purescript-argonaut-traversals/releases/tag/v9.0.0) - 2021-02-26 + +Breaking changes: - Added support for PureScript 0.14 and dropped support for all previous versions (#32) New features: