We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8635618 commit efc56aaCopy full SHA for efc56aa
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# sqlite3-ruby Changelog
2
3
-## 2.9.2 / 2026-03-14
+## 2.9.2 / 2026-03-15
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
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.rc2"
+ VERSION = "2.9.2"
end
0 commit comments