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 5c22bec commit 4bf2ce7Copy full SHA for 4bf2ce7
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# sqlite3-ruby Changelog
2
3
-## next / unreleased
+## 2.8.0 / 2025-11-05
4
5
- Vendored sqlite is updated to [v3.51.0](https://www.sqlite.org/releaselog/3_51_0.html) (from v3.50.4). #652 @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.7.4"
+ VERSION = "2.8.0"
end
0 commit comments