From 31c77c74677bc0a29bcf318e81526f1c27697ca1 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Fri, 19 Feb 2021 09:45:14 +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 4f5f40c..0b3ca67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,6 @@ jobs: - name: Set up PureScript toolchain uses: purescript-contrib/setup-purescript@main - with: - purescript: "0.14.0-rc5" - name: Cache PureScript dependencies uses: actions/cache@v2 From 231395b70a8f38a9fb9fb740d6b3dd39a83f6fe9 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Fri, 19 Feb 2021 09:45:14 +0100 Subject: [PATCH 2/4] Update the bower repository URL to match the URL in the registry --- bower.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 486dbac..e36f11e 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,9 @@ "name": "purescript-strings-extra", "homepage": "https://github.com/purescript-contrib/purescript-strings-extra", "description": "Additional String utilities", - "keywords": ["purescript"], + "keywords": [ + "purescript" + ], "license": "MIT", "ignore": [ "**/.*", @@ -15,7 +17,7 @@ ], "repository": { "type": "git", - "url": "git://github.com/purescript-contrib/purescript-string-extras.git" + "url": "https://github.com/purescript-contrib/purescript-strings-extra.git" }, "dependencies": { "purescript-strings": "^4.0.1", From 6ea3cd47c945c00fc5b57ab3c110485f0a316a3c Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Fri, 19 Feb 2021 09:45:15 +0100 Subject: [PATCH 3/4] Upgrade bower dependencies --- bower.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/bower.json b/bower.json index e36f11e..49c7174 100644 --- a/bower.json +++ b/bower.json @@ -20,17 +20,16 @@ "url": "https://github.com/purescript-contrib/purescript-strings-extra.git" }, "dependencies": { - "purescript-strings": "^4.0.1", - "purescript-prelude": "^4.1.1", - "purescript-maybe": "^4.0.1", - "purescript-partial": "^2.0.1", - "purescript-either": "^4.1.1", - "purescript-foldable-traversable": "^4.1.1", - "purescript-unicode": "^4.0.1", - "purescript-arrays": "^5.3.0" + "purescript-arrays": "^6.0.0", + "purescript-foldable-traversable": "^5.0.0", + "purescript-maybe": "^5.0.0", + "purescript-prelude": "^5.0.0", + "purescript-strings": "^5.0.0", + "purescript-unicode": "^5.0.0" }, "devDependencies": { - "purescript-assert": "^4.1.0", - "purescript-console": "^4.2.0" + "purescript-assert": "^5.0.0", + "purescript-console": "^5.0.0", + "purescript-effect": "^3.0.0" } } From 069dafa8832b3e5dd7690098528bfca5ca224c9b Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Fri, 19 Feb 2021 09:45:15 +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 6aa2787..308bc09 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: + +## [v3.0.0](https://github.com/purescript-contrib/purescript-strings-extra/releases/tag/v3.0.0) - 2021-02-26 + +Breaking changes: - Added support for PureScript 0.14 and dropped support for all previous versions (#14) New features: