We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cafe112 commit c5b8ac1Copy full SHA for c5b8ac1
2 files changed
CHANGELOG
@@ -4,6 +4,7 @@ v? upcoming
4
* ~2x to ~10x+ speedup when sending large query parameters (thanks @compumike)
5
* Add support for COPY (thanks @17dec)
6
* Add pg log source to log entries (thanks @hugopl)
7
+* Update crystal-db to 0.14 (thanks @bcardiff)
8
9
v0.29.0 2024-11-05
10
=====================
shard.yml
@@ -4,6 +4,6 @@ version: 0.29.0
dependencies:
db:
github: crystal-lang/crystal-db
- version: ~> 0.13.0
+ version: ~> 0.14.0
crystal: ">= 1.0.0, < 2.0.0"
0 commit comments