Skip to content

Commit ffa8963

Browse files
Update changelog since v7.0.0 (#27)
1 parent 273ab8b commit ffa8963

File tree

2 files changed

+18
-15
lines changed

2 files changed

+18
-15
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 a 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: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ 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 (#26)
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
1417

1518
## [v7.0.0](https://github.com/purescript-contrib/purescript-aff-coroutines/releases/tag/v7.0.0) - 2018-05-27
1619

@@ -19,67 +22,67 @@ Other improvements:
1922

2023
## [v6.0.0](https://github.com/purescript-contrib/purescript-aff-coroutines/releases/tag/v6.0.0) - 2017-09-14
2124

22-
- Updates for `aff-v4.0.0` (@natefaubion)
25+
- Updated for `aff-v4.0.0` (@natefaubion)
2326

2427
## [v5.0.0](https://github.com/purescript-contrib/purescript-aff-coroutines/releases/tag/v5.0.0) - 2017-04-03
2528

26-
- Updates for 0.11
29+
- Updated for PureScript 0.11
2730

2831
## [v4.0.0](https://github.com/purescript-contrib/purescript-aff-coroutines/releases/tag/v4.0.0) - 2016-10-23
2932

3033
- Updated dependencies for PureScript 0.10.x
3134

3235
## [v3.0.0](https://github.com/purescript-contrib/purescript-aff-coroutines/releases/tag/v3.0.0) - 2016-07-22
3336

34-
- Update for latest `purescript-coroutines`
37+
- Updated for latest `purescript-coroutines`
3538

3639
## [v2.0.0](https://github.com/purescript-contrib/purescript-aff-coroutines/releases/tag/v2.0.0) - 2016-06-09
3740

38-
- Updates for `purescript-aff` 1.0.
41+
- Updated for `purescript-aff` 1.0.
3942

4043
## [v1.0.0](https://github.com/purescript-contrib/purescript-aff-coroutines/releases/tag/v1.0.0) - 2016-06-07
4144

42-
- Updates for 1.0 core libraries and 0.9.1 compiler.
45+
- Updated for 1.0 core libraries and 0.9.1 compiler.
4346

4447
## [v0.6.1](https://github.com/purescript-contrib/purescript-aff-coroutines/releases/tag/v0.6.1) - 2016-05-02
4548

46-
- Add license to bower.json (@hdgarrood)
49+
- Added license to bower.json (@hdgarrood)
4750

4851
## [v0.6.0](https://github.com/purescript-contrib/purescript-aff-coroutines/releases/tag/v0.6.0) - 2016-03-11
4952

5053
- Updated `purescript-aff` dependency
5154

5255
## [v0.5.0](https://github.com/purescript-contrib/purescript-aff-coroutines/releases/tag/v0.5.0) - 2016-02-22
5356

54-
- Use `aff-0.14.1` (@garyb)
57+
- Updated to `aff-0.14.1` (@garyb)
5558

5659
## [v0.4.2](https://github.com/purescript-contrib/purescript-aff-coroutines/releases/tag/v0.4.2) - 2016-01-12
5760

58-
- Add `produce'` (@garyb)
61+
- Added `produce'` (@garyb)
5962

6063
## [v0.4.1](https://github.com/purescript-contrib/purescript-aff-coroutines/releases/tag/v0.4.1) - 2015-11-20
6164

62-
- Remove unused imports (@garyb)
65+
- Removed unused imports (@garyb)
6366

6467
## [v0.4.0](https://github.com/purescript-contrib/purescript-aff-coroutines/releases/tag/v0.4.0) - 2015-09-23
6568

66-
- Bump dependencies.
69+
- Bumped dependencies.
6770

6871
## [v0.3.0](https://github.com/purescript-contrib/purescript-aff-coroutines/releases/tag/v0.3.0) - 2015-08-26
6972

70-
- Bump dependencies.
73+
- Bumped dependencies.
7174

7275
## [v0.2.1](https://github.com/purescript-contrib/purescript-aff-coroutines/releases/tag/v0.2.1) - 2015-08-14
7376

74-
- Update for Pursuit.
77+
- Updated for Pursuit.
7578

7679
## [v0.2.0](https://github.com/purescript-contrib/purescript-aff-coroutines/releases/tag/v0.2.0) - 2015-08-07
7780

78-
- Bump dependencies.
81+
- Bumped dependencies.
7982

8083
## [v0.1.1](https://github.com/purescript-contrib/purescript-aff-coroutines/releases/tag/v0.1.1) - 2015-08-06
8184

82-
- Bounds
85+
- Updated dependency bounds
8386

8487
## [v0.1.0](https://github.com/purescript-contrib/purescript-aff-coroutines/releases/tag/v0.1.0) - 2015-08-02
8588

0 commit comments

Comments
 (0)