We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aecd6f commit 0b5374cCopy full SHA for 0b5374c
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 2.13 2025-08-03
2
+
3
+- Update bundled SQLite to version 30.50.4
4
+- Update README performance numbers
5
6
## 2.12 2025-03-25
7
8
- Reimplement trace, provide trace proc with bound parameters [#80](https://github.com/digital-fabric/extralite/issues/80)
lib/extralite/version.rb
@@ -1,4 +1,4 @@
module Extralite
# Extralite version
- VERSION = '2.12'
+ VERSION = '2.13'
end
0 commit comments