From 1ef35cdc09d505ee063468d96191f4ac05fde365 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Thu, 18 Feb 2021 21:37:15 +0100 Subject: [PATCH 1/5] 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 f4f44e5..43d2897 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,6 @@ jobs: - uses: actions/checkout@v2 - uses: purescript-contrib/setup-purescript@main - with: - purescript: "0.14.0-rc5" - uses: actions/setup-node@v1 with: From 63d93a47ba90bb05294a6eb03f3f26ff9828f32a Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Thu, 18 Feb 2021 21:37:15 +0100 Subject: [PATCH 2/5] 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 9ef1a22..000c95a 100644 --- a/bower.json +++ b/bower.json @@ -4,7 +4,7 @@ "license": "BSD-3-Clause", "repository": { "type": "git", - "url": "git://github.com/purescript/purescript-integers.git" + "url": "https://github.com/purescript/purescript-integers.git" }, "ignore": [ "**/.*", From 9115a123837cf99861918c4f71fc340b011aa682 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Thu, 18 Feb 2021 21:37:15 +0100 Subject: [PATCH 3/5] Upgrade bower dependencies --- bower.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bower.json b/bower.json index 000c95a..ea9b481 100644 --- a/bower.json +++ b/bower.json @@ -16,14 +16,14 @@ "package.json" ], "dependencies": { - "purescript-numbers": "master", - "purescript-math": "master", - "purescript-maybe": "master", - "purescript-prelude": "master" + "purescript-math": "^3.0.0", + "purescript-maybe": "^5.0.0", + "purescript-numbers": "^7.0.0", + "purescript-prelude": "^5.0.0" }, "devDependencies": { - "purescript-assert": "master", - "purescript-console": "master", - "purescript-partial": "master" + "purescript-assert": "^5.0.0", + "purescript-console": "^5.0.0", + "purescript-partial": "^3.0.0" } } From 408dc62664a4a9561bae3924cb953064626dae33 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Thu, 18 Feb 2021 21:37:15 +0100 Subject: [PATCH 4/5] Update the changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e85170d..ba9e0fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ Notable changes to this project are documented in this file. The format is based Breaking changes: +New features: + +Bugfixes: + +Other improvements: + +## [v5.0.0](https://github.com/purescript/purescript-integers/releases/tag/v5.0.0) - 2021-02-26 + +Breaking changes: + - Added support for PureScript 0.14 and dropped support for all previous versions (#37) - Replaced `globals` dependency with `numbers` (#40) From ebfcd9766a02d9368df8f9a78865ddf657157cc2 Mon Sep 17 00:00:00 2001 From: Thomas Honeyman Date: Fri, 26 Feb 2021 10:07:15 -0800 Subject: [PATCH 5/5] Update bower.json --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index ea9b481..d96eae8 100644 --- a/bower.json +++ b/bower.json @@ -18,7 +18,7 @@ "dependencies": { "purescript-math": "^3.0.0", "purescript-maybe": "^5.0.0", - "purescript-numbers": "^7.0.0", + "purescript-numbers": "^8.0.0", "purescript-prelude": "^5.0.0" }, "devDependencies": {