Compare commits

...

1 Commits

Author SHA1 Message Date
Chris Allen
32d0739300 Getting ready for 2.5.3 2017-06-21 23:39:40 -05:00
2 changed files with 5 additions and 1 deletions

4
changelog.md Normal file
View File

@ -0,0 +1,4 @@
# 2.5.3
- @parsonsmatt
- Fixed `selectSource` causing a runtime error with Sqlite3: https://github.com/bitemyapp/esqueleto/pull/30

View File

@ -1,5 +1,5 @@
name: esqueleto
version: 2.5.2
version: 2.5.3
synopsis: Type-safe EDSL for SQL queries on persistent backends.
homepage: https://github.com/bitemyapp/esqueleto
license: BSD3