We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dee3f2 commit 2e8172cCopy full SHA for 2e8172c
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# sqlite3-ruby Changelog
2
3
+## 2.9.3 / 2026-04-15
4
+
5
+- Vendored sqlite is updated to [v3.53.0](https://www.sqlite.org/releaselog/3_53_0.html) (from v3.51.3). #696 @flavorjones
6
7
8
## 2.9.2 / 2026-03-15
9
10
- Vendored sqlite is updated to [v3.51.3](https://www.sqlite.org/releaselog/3_51_3.html) (from v3.51.2). #688 @flavorjones
lib/sqlite3/version.rb
@@ -1,4 +1,4 @@
module SQLite3
# (String) the version of the sqlite3 gem, e.g. "2.1.1"
- VERSION = "2.9.2"
+ VERSION = "2.9.3"
end
0 commit comments