Skip to content

Commit

Permalink
Release 1.2.1.0 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles committed Nov 21, 2021
1 parent 686f087 commit 77d1eb3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion rel8.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 77d1eb3

Please sign in to comment.