From 77d1eb3e914475c770688c48c6789a3f77095507 Mon Sep 17 00:00:00 2001 From: Ollie Charles Date: Sun, 21 Nov 2021 13:48:42 +0000 Subject: [PATCH] Release 1.2.1.0 (#143) --- Changelog.md | 12 ++++++++++++ rel8.cabal | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 6363584a..60c90372 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,15 @@ +# 1.2.1.0 (2021-11-21) + +## New features + +* `castTable` has been added, which casts all columns selected from in `Query` according to the types of columns. This can occasionally be useful when using `many`/`some` on older PostgreSQL versions. ([#137](https://github.com/circuithub/rel8/pull/137)) + +* Added `<:`, `<=:`, `>:`, `>=:`, `greatest` and `least`, which sort all columns in a table lexicographically. These operators are like the `<.` operators which operate on `Expr`s, but the `<:` operate on entire tables. ([#139](https://github.com/circuithub/rel8/pull/139)) + +## Other + +* Support opaleye-0.8 ([#142](https://github.com/circuithub/rel8/pull/142)) + # 1.2.0.0 (2021-10-22) ## New features diff --git a/rel8.cabal b/rel8.cabal index 72e79e13..5cb32d90 100644 --- a/rel8.cabal +++ b/rel8.cabal @@ -1,6 +1,6 @@ cabal-version: 2.0 name: rel8 -version: 1.2.0.0 +version: 1.2.1.0 synopsis: Hey! Hey! Can u rel8? license: BSD3 license-file: LICENSE