Skip to content

Commit 77d1eb3

Browse files
authored
Release 1.2.1.0 (#143)
1 parent 686f087 commit 77d1eb3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 1.2.1.0 (2021-11-21)
2+
3+
## New features
4+
5+
* `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))
6+
7+
* 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))
8+
9+
## Other
10+
11+
* Support opaleye-0.8 ([#142](https://github.com/circuithub/rel8/pull/142))
12+
113
# 1.2.0.0 (2021-10-22)
214

315
## New features

rel8.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.0
22
name: rel8
3-
version: 1.2.0.0
3+
version: 1.2.1.0
44
synopsis: Hey! Hey! Can u rel8?
55
license: BSD3
66
license-file: LICENSE

0 commit comments

Comments
 (0)