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 5a97532 commit 782653eCopy full SHA for 782653e
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# sqlite3-ruby Changelog
2
3
-## next / unreleased
+## 2.7.0 / 2025-06-09
4
5
- Vendored sqlite is updated to [v3.50.1](https://sqlite.org/releaselog/3_50_1.html) (from v3.49.1). #630 @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.6.0"
+ VERSION = "2.7.0"
end
0 commit comments