From 24b49fd50561a2ccda7747022dec6bab05382461 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 17:54:53 -0500 Subject: [PATCH 1/3] Update the bower dependencies --- bower.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index 85259c4..d5c99cb 100644 --- a/bower.json +++ b/bower.json @@ -14,12 +14,12 @@ "output" ], "dependencies": { - "purescript-gen": "master", - "purescript-maybe": "master", - "purescript-prelude": "master" + "purescript-gen": "^4.0.0", + "purescript-maybe": "^6.0.0", + "purescript-prelude": "^6.0.0" }, "devDependencies": { - "purescript-psci-support": "master", - "purescript-quickcheck-laws": "main" + "purescript-psci-support": "^6.0.0", + "purescript-quickcheck-laws": "^7.0.0" } } From 9deb2d748d4c822fe53c8c236271a75eb11baa90 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 17:54:53 -0500 Subject: [PATCH 2/3] Uncomment spago tests --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50d9084..c5a1684 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,8 +39,8 @@ jobs: - name: Build tests run: spago -x test.dhall build --no-install --purs-args '--censor-lib --strict' -# - name: Run tests -# run: spago -x test.dhall test --no-install + - name: Run tests + run: spago -x test.dhall test --no-install - name: Check formatting run: purs-tidy check src test From 4e42487ede59815ff616f1a07633b94c1592b714 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Wed, 27 Apr 2022 17:54:53 -0500 Subject: [PATCH 3/3] Update the changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dd5a23..eb7c55e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ Notable changes to this project are documented in this file. The format is based ## [Unreleased] +Breaking changes: + +New features: + +Bugfixes: + +Other improvements: + +## [v2.0.0](https://github.com/purescript-contrib/purescript-float32/releases/tag/v2.0.0) - 2022-04-27 + Breaking changes: - Migrate FFI to ES modules (#8 by @JordanMartinez)