Skip to content

Commit 285e696

Browse files
committed
version bump to v2.7.4
1 parent c79221d commit 285e696

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# sqlite3-ruby Changelog
22

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+
38
## 2.7.3 / 2025-07-18
49

510
- 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module SQLite3
22
# (String) the version of the sqlite3 gem, e.g. "2.1.1"
3-
VERSION = "2.7.3"
3+
VERSION = "2.7.4"
44
end

0 commit comments

Comments
 (0)