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 c79221d commit 285e696Copy full SHA for 285e696
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# sqlite3-ruby Changelog
2
3
+## 2.7.4 / 2025-09-19
4
+
5
+- Vendored sqlite is updated to [v3.50.4](https://www.sqlite.org/releaselog/3_50_4.html) (from v3.50.3). #644 @flavorjones
6
7
8
## 2.7.3 / 2025-07-18
9
10
- Vendored sqlite is updated to [v3.50.3](https://sqlite.org/releaselog/3_50_3.html) (from v3.50.2). #638 @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.3"
+ VERSION = "2.7.4"
end
0 commit comments