We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d81da commit 3412e31Copy full SHA for 3412e31
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# sqlite3-ruby Changelog
2
3
+## 2.9.1 / 2026-02-28
4
+
5
+- Vendored sqlite is updated to [v3.51.2](https://www.sqlite.org/releaselog/3_51_2.html) (from v3.51.1). #683 @flavorjones
6
7
## 2.9.0 / 2025-12-27
8
9
### Ruby
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.0"
+ VERSION = "2.9.1"
end
0 commit comments