Skip to content

Commit a2d82b7

Browse files
authored
Prepare v7.0.0 release (#35)
* Update CI to build with the latest version of the compiler * Update the bower repository URL to match the URL in the registry * Upgrade bower dependencies * Update the changelog
1 parent d2f1c0b commit a2d82b7

File tree

3 files changed

+20
-11
lines changed

3 files changed

+20
-11
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515

1616
- name: Set up a PureScript toolchain
1717
uses: purescript-contrib/setup-purescript@main
18-
with:
19-
purescript: "0.14.0-rc5"
2018

2119
- name: Cache PureScript dependencies
2220
uses: actions/cache@v2

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ Notable changes to this project are documented in this file. The format is based
44

55
## [Unreleased]
66

7-
Breaking changes (😱!!!):
7+
Breaking changes:
8+
9+
New features:
10+
11+
Bugfixes:
12+
13+
Other improvements:
14+
15+
## [v7.0.0](https://github.com/purescript-contrib/purescript-argonaut-generic/releases/tag/v7.0.0) - 2021-02-26
16+
17+
Breaking changes:
818
- Added support for PureScript 0.14 and dropped support for all previous versions (#31, #33)
919
- Removed vestigial `EncodeRepFields` class and its remaining instance for `Data.Generic.Rep.Product` (#29)
1020
- Renamed `Data.Argonaut.Decode.Generic.Rep` to `Data.Argonaut.Decode.Generic`, `Data.Argonaut.Encode.Generic.Rep` to `Data.Argonaut.Encode.Generic` and `Data.Argonaut.Types.Generic.Rep` to `Data.Argonaut.Types.Generic`. (#33)

bower.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,19 @@
1212
],
1313
"repository": {
1414
"type": "git",
15-
"url": "git://github.com/purescript-contrib/purescript-argonaut-generic.git"
15+
"url": "https://github.com/purescript-contrib/purescript-argonaut-generic.git"
1616
},
1717
"license": "MIT",
1818
"dependencies": {
19-
"purescript-argonaut-core": "main",
20-
"purescript-argonaut-codecs": "main",
21-
"purescript-prelude": "master",
22-
"purescript-record": "master"
19+
"purescript-argonaut-codecs": "^8.0.0",
20+
"purescript-argonaut-core": "^6.0.0",
21+
"purescript-prelude": "^5.0.0",
22+
"purescript-record": "^3.0.0"
2323
},
2424
"devDependencies": {
25-
"purescript-assert": "master",
26-
"purescript-console": "master",
27-
"purescript-exceptions": "master"
25+
"purescript-assert": "^5.0.0",
26+
"purescript-console": "^5.0.0",
27+
"purescript-effect": "^3.0.0",
28+
"purescript-exceptions": "^5.0.0"
2829
}
2930
}

0 commit comments

Comments
 (0)