diff --git a/CHANGELOG.md b/CHANGELOG.md index 28b6b27..2e06761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.5.2] - 2022-10-30 + +- Prepares for the registry. + ## [1.5.1] - 2022-10-30 - Adds optimizations from the new `hyrule`. diff --git a/package.json b/package.json index e25d3f3..af614d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "purescript-ocarina", - "version": "1.5.1", + "version": "1.5.2", "description": "Ordinary Cartesian Additive Relational Idempotent N-ary Auditives", "scripts": { "build": "spago build", diff --git a/packages.dhall b/packages.dhall index 74f013f..0fd3d50 100644 --- a/packages.dhall +++ b/packages.dhall @@ -112,17 +112,17 @@ let overrides = { bolson = { dependencies = [ "prelude", "heterogeneous" ] , repo = "https://github.com/mikesol/purescript-bolson.git" - , version = "main" + , version = "v0.3.1" } , deku = { dependencies = [ "prelude" ] , repo = "https://github.com/mikesol/purescript-deku.git" - , version = "main" + , version = "v0.8.1" } , hyrule = { dependencies = [ "monoid-extras", "web-uievents", "js-timers", "unsafe-reference" ] , repo = "https://github.com/mikesol/purescript-hyrule.git" - , version = "master" + , version = "v2.3.2" } }