minor bump

This commit is contained in:
parsonsmatt 2021-03-26 16:58:11 -06:00
parent 7bd4a524fd
commit 3292b7a7a0
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
3.5.0.0
3.4.2.0
=======
- @parsonsmatt
- [#???]()
- [#243](https://github.com/bitemyapp/esqueleto/pull/243)
- Support `persistent-2.12`
3.4.1.0

View File

@ -1,7 +1,7 @@
cabal-version: 1.12
name: esqueleto
version: 3.4.1.0
version: 3.4.2.0
synopsis: Type-safe EDSL for SQL queries on persistent backends.
description: @esqueleto@ is a bare bones, type-safe EDSL for SQL queries that works with unmodified @persistent@ SQL backends. Its language closely resembles SQL, so you don't have to learn new concepts, just new syntax, and it's fairly easy to predict the generated SQL and optimize it for your backend. Most kinds of errors committed when writing SQL are caught as compile-time errors---although it is possible to write type-checked @esqueleto@ queries that fail at runtime.
.