8000
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 8d96aaf commit 3d93011Copy full SHA for 3d93011
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# sqlite3-ruby Changelog
2
3
+## 2.7.1 / 2025-06-30
4
+
5
+- Vendored sqlite is updated to [v3.50.2](https://sqlite.org/releaselog/3_50_2.html) (from v3.50.1). #633 @flavorjones
6
7
8
## 2.7.0 / 2025-06-09
9
10
- Vendored sqlite is updated to [v3.50.1](https://sqlite.org/releaselog/3_50_1.html) (from v3.49.1). #630 @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.7.0"
+ VERSION = "2.7.1"
end
0 commit comments