will / crystal-pg

a postgres driver for crystal
BSD 3-Clause "New" or "Revised" License
462 stars 77 forks source link

Update to crystal-db ~> 0.9.0 #204

Closed bcardiff closed 4 years ago

bcardiff commented 4 years ago

And keep support for older than Crystal 0.34.0 https://github.com/will/crystal-pg/pull/203#issuecomment-610082732.

Some tools state that they work with also previous versions of Crystal.

Since we are doing some heavy cleanup for 1.0, soon we can remove them. I usually encourage at least previous + latest support to simplify the migration of apps codebases.

If a v0.21.0 can be released as is it would be great. Let me know if I can give you a hand with something else @will .

bcardiff commented 4 years ago

If you find it handy, here is a changelog. 🙈

v0.21.0    2020-04-??
=====================
* Support Crystal v0.34.0 (thanks @straight-shoota, @bcardiff)
* Update crystal db support to 0.9.0 (thanks @bcardiff)
* Add Error Handling sample in README (thanks @ArtLinkov)
will commented 4 years ago

Thanks for the changelog! :)