From 53f32b2c0b1526009f39acce6b1256a63f89e50d Mon Sep 17 00:00:00 2001 From: Thomas Honeyman Date: Sat, 16 Jan 2021 18:08:33 -0800 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2dd646..49448dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,18 @@ Bugfixes: Other improvements: +## [v7.0.0](https://github.com/purescript-node/purescript-node-fs-aff/releases/tag/v7.0.0) - 2021-MONTH-DAY + +Breaking changes: + - Updated dependencies for PureScript 0.14 (#27) + +Other improvements: + - Migrated CI to GitHub Actions (#25) + - Added a changelog and pull request template (#28) + ## [v6.0.0](https://github.com/purescript-node/purescript-node-fs-aff/releases/tag/v6.0.0) - 2018-05-29 -Updates for 0.12 +- Updates for 0.12 ## [v5.0.0](https://github.com/purescript-node/purescript-node-fs-aff/releases/tag/v5.0.0) - 2017-10-03 @@ -34,7 +43,7 @@ Updates for 0.11 compiler ## [v1.0.0](https://github.com/purescript-node/purescript-node-fs-aff/releases/tag/v1.0.0) - 2016-06-12 -Updates for 1.0 core libraries and 0.9.1 compiler. +- Updates for 1.0 core libraries and 0.9.1 compiler. ## [v0.5.0](https://github.com/purescript-node/purescript-node-fs-aff/releases/tag/v0.5.0) - 2016-03-15 @@ -46,5 +55,4 @@ Updates for 1.0 core libraries and 0.9.1 compiler. ## [v0.1.0](https://github.com/purescript-node/purescript-node-fs-aff/releases/tag/v0.1.0) - 2015-08-11 -Initial tagged release. - +- Initial tagged release. From ff580ada7e12aaa7a5c57793734c2a0680572b1a Mon Sep 17 00:00:00 2001 From: Thomas Honeyman Date: Mon, 18 Jan 2021 18:39:46 -0800 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49448dd..90e8fa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ Other improvements: ## [v7.0.0](https://github.com/purescript-node/purescript-node-fs-aff/releases/tag/v7.0.0) - 2021-MONTH-DAY Breaking changes: - - Updated dependencies for PureScript 0.14 (#27) + - Added support for PureScript 0.14 and dropped support for all previous versions (#27) Other improvements: - Migrated CI to GitHub Actions (#25)