From 7c1680084d9430bdd77777a33e4fa1a6586e2932 Mon Sep 17 00:00:00 2001 From: Maxim Koltsov Date: Tue, 22 Dec 2020 16:43:40 +0300 Subject: [PATCH] version 0.0.1.5: compatibility with DRF (#41) --- CHANGELOG.md | 5 +++++ hasbolt-extras.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9d8e1f..fd050be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.0.1.5] - 2020-12-22 +### Fixed +- Compatibility of `makeNodeLike` / `makeURelationLike` with `DuplicateRecordFields`, thanks to + [@oddsome](https://github.com/oddsome), [PR #40](https://github.com/biocad/hasbolt-extras/pull/40). + ## [0.0.1.4] - 2020-05-27 ### Fixed - Compatibility with GHC-8.10. diff --git a/hasbolt-extras.cabal b/hasbolt-extras.cabal index 19edd5a..ad5c490 100644 --- a/hasbolt-extras.cabal +++ b/hasbolt-extras.cabal @@ -1,5 +1,5 @@ name: hasbolt-extras -version: 0.0.1.4 +version: 0.0.1.5 synopsis: Extras for hasbolt library description: Extras for hasbolt library homepage: https://github.com/biocad/hasbolt-extras#readme