From 37717776a3693fd5a0a614239f7de1285cba8cdf Mon Sep 17 00:00:00 2001 From: Cyril Date: Fri, 26 Feb 2021 02:38:40 +0100 Subject: [PATCH] Prepare v5.0.0 release (#259) Update CI to build with the latest version of the compiler, update the bower repository URL to match the URL in the registry, and update the changelog. Co-authored-by: Thomas Honeyman --- .github/workflows/ci.yml | 3 --- CHANGELOG.md | 2 +- bower.json | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55efa3dc..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: @@ -13,8 +12,6 @@ jobs: - uses: actions/checkout@v2 - uses: purescript-contrib/setup-purescript@main - with: - purescript: "0.14.0-rc3" - uses: actions/setup-node@v1 with: 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) 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": [ "**/.*",