From db10c4a78e944d5994aca4bb0d433cbd5448fda3 Mon Sep 17 00:00:00 2001 From: Thomas Honeyman Date: Sat, 23 Jan 2021 15:18:42 -0800 Subject: [PATCH] Update changelog since v4.0.1 --- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c842755..4f5f40c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Set up PureScript toolchain uses: purescript-contrib/setup-purescript@main with: - purescript: "0.14.0-rc3" + purescript: "0.14.0-rc5" - name: Cache PureScript dependencies uses: actions/cache@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index d00a128..9d6eaf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,21 +5,23 @@ Notable changes to this project are documented in this file. The format is based ## [Unreleased] Breaking changes (😱!!!): +- Added support for PureScript 0.14 and dropped support for all previous versions (#20) New features: Bugfixes: Other improvements: +- Changed default branch to `main` from `master` +- Updated to comply with Contributors library guidelines by adding new issue and pull request templates, updating documentation, and migrating to Spago for local development and CI (#15, #19) ## [v4.0.1](https://github.com/purescript-contrib/purescript-js-timers/releases/tag/v4.0.1) - 2018-06-23 -- Adds metadata including contributor guidelines -- Pushes latest release to Pursuit +- Added metadata including contributor guidelines and pushed latest release to Pursuit ## [v4.0.0](https://github.com/purescript-contrib/purescript-js-timers/releases/tag/v4.0.0) - 2018-05-26 -Updates for 0.12 +- Updated for PureScript 0.12 ## [v3.0.0](https://github.com/purescript-contrib/purescript-js-timers/releases/tag/v3.0.0) - 2017-04-03 @@ -31,4 +33,4 @@ Updates for 0.12 ## [v1.0.0](https://github.com/purescript-contrib/purescript-js-timers/releases/tag/v1.0.0) - 2016-07-25 -Initial release +- Initial release