Skip to content

Commit 3f4aa6d

Browse files
Update changelog since v4.0.2 (#12)
* Update changelog since v4.0.2 * Remove hash from packages.dhall
1 parent e413ffb commit 3f4aa6d

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
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: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,28 @@ 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 (#11)
89

910
New features:
11+
- Added `parse` function (#11)
1012

1113
Bugfixes:
1214

1315
Other improvements:
16+
- Changed default branch to `main` from `master`
17+
- 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 (#9, #10)
1418

1519
## [v4.0.2](https://github.com/purescript-contrib/purescript-http-methods/releases/tag/v4.0.2) - 2018-07-31
1620

1721
- Added missing case in `fromString` for `PATCH` (@bklaric)
1822

1923
## [v4.0.1](https://github.com/purescript-contrib/purescript-http-methods/releases/tag/v4.0.1) - 2018-06-23
2024

21-
- Adds metadata including contributor guidelines
22-
- Pushes latest release to Pursuit
25+
- Added metadata including contributor guidelines and pushed latest release to Pursuit
2326

2427
## [v4.0.0](https://github.com/purescript-contrib/purescript-http-methods/releases/tag/v4.0.0) - 2018-05-25
2528

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

2831
## [v3.0.0](https://github.com/purescript-contrib/purescript-http-methods/releases/tag/v3.0.0) - 2017-04-03
2932

@@ -35,12 +38,12 @@ Updates for 0.12
3538

3639
## [v1.0.0](https://github.com/purescript-contrib/purescript-http-methods/releases/tag/v1.0.0) - 2016-06-06
3740

38-
Updates for 1.0 core libraries.
41+
- Updated for 1.0 core libraries.
3942

4043
## [v0.1.1](https://github.com/purescript-contrib/purescript-http-methods/releases/tag/v0.1.1) - 2016-02-09
4144

42-
- `runCustomMethod` is now exported
43-
- Better behaved `Show` value
45+
- Exported `runCustomMethod`
46+
- Implemented a better-behaved `Show` instance
4447

4548
## [v0.1.0](https://github.com/purescript-contrib/purescript-http-methods/releases/tag/v0.1.0) - 2016-02-08
4649

packages.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
let upstream =
2-
https://raw.githubusercontent.com/purescript/package-sets/prepare-0.14/src/packages.dhall sha256:f9b49a477fcd822a7119413b689123f8e1694b0008c156971f1931751079a56f
2+
https://raw.githubusercontent.com/purescript/package-sets/prepare-0.14/src/packages.dhall
33

44
in upstream

0 commit comments

Comments
 (0)