From da1df13cfae4937b8a2c87b10cd897625258512d Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Thu, 18 Feb 2021 21:40:41 +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 55efa3dc..43d2897a 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-rc3" - uses: actions/setup-node@v1 with: From 3ede68554bccd70a5cda0cf17323a95e98a067a6 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Thu, 18 Feb 2021 21:40:41 +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 2b7a1049..0b233c08 100644 --- a/bower.json +++ b/bower.json @@ -5,7 +5,7 @@ "license": "BSD-3-Clause", "repository": { "type": "git", - "url": "git://github.com/purescript/purescript-prelude.git" + "url": "https://github.com/purescript/purescript-prelude.git" }, "ignore": [ "**/.*", From 24ad9d6eaf5bf2315509527e8cc1ff14478f6157 Mon Sep 17 00:00:00 2001 From: Cyril Sobierajewicz Date: Thu, 18 Feb 2021 21:40:42 +0100 Subject: [PATCH 3/4] Update the changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7888e1e..f18c786c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ Bugfixes: Other improvements: -## [Unreleased] - YEAR-MONTH-DATE +## [v5.0.0](https://github.com/purescript/purescript-prelude/releases/tag/v5.0.0) - 2021-02-26 Breaking changes: - Support compiler version `v0.14.0`, and drop support for previous versions (#206, #226) From 209382edc46b1871d417d282f8812cf0b7feed01 Mon Sep 17 00:00:00 2001 From: Thomas Honeyman Date: Thu, 25 Feb 2021 12:59:39 -0800 Subject: [PATCH 4/4] Run CI on any pull request, not just vs master --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43d2897a..70427e62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,6 @@ on: push: branches: [master] pull_request: - branches: [master] jobs: build: