Skip to content

Commit 1e02726

Browse files
Update changelog since v4.0.1 (#21)
1 parent 26f683f commit 1e02726

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up PureScript toolchain
1717
uses: purescript-contrib/setup-purescript@main
1818
with:
19-
purescript: "0.14.0-rc3"
19+
purescript: "0.14.0-rc5"
2020

2121
- name: Cache PureScript dependencies
2222
uses: actions/cache@v2

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,23 @@ Notable changes to this project are documented in this file. The format is based
55
## [Unreleased]
66

77
Breaking changes (😱!!!):
8+
- Added support for PureScript 0.14 and dropped support for all previous versions (#20)
89

910
New features:
1011

1112
Bugfixes:
1213

1314
Other improvements:
15+
- Changed default branch to `main` from `master`
16+
- 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)
1417

1518
## [v4.0.1](https://github.com/purescript-contrib/purescript-js-timers/releases/tag/v4.0.1) - 2018-06-23
1619

17-
- Adds metadata including contributor guidelines
18-
- Pushes latest release to Pursuit
20+
- Added metadata including contributor guidelines and pushed latest release to Pursuit
1921

2022
## [v4.0.0](https://github.com/purescript-contrib/purescript-js-timers/releases/tag/v4.0.0) - 2018-05-26
2123

22-
Updates for 0.12
24+
- Updated for PureScript 0.12
2325

2426
## [v3.0.0](https://github.com/purescript-contrib/purescript-js-timers/releases/tag/v3.0.0) - 2017-04-03
2527

@@ -31,4 +33,4 @@ Updates for 0.12
3133

3234
## [v1.0.0](https://github.com/purescript-contrib/purescript-js-timers/releases/tag/v1.0.0) - 2016-07-25
3335

34-
Initial release
36+
- Initial release

0 commit comments

Comments
 (0)