We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f6cbd commit e1c65b1Copy full SHA for e1c65b1
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# sqlite3-ruby Changelog
2
3
+## 2.9.2 / 2026-03-14
4
+
5
+- Vendored sqlite is updated to [v3.51.3](https://www.sqlite.org/releaselog/3_51_3.html) (from v3.51.2). #688 @flavorjones
6
7
8
## 2.9.1 / 2026-02-28
9
10
- Vendored sqlite is updated to [v3.51.2](https://www.sqlite.org/releaselog/3_51_2.html) (from v3.51.1). #683 @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.1"
+ VERSION = "2.9.2.rc1"
end
0 commit comments