Skip to content

Commit 2e8172c

Browse files
committed
version bump to v2.9.3
1 parent 3dee3f2 commit 2e8172c

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.9.3 / 2026-04-15
4+
5+
- Vendored sqlite is updated to [v3.53.0](https://www.sqlite.org/releaselog/3_53_0.html) (from v3.51.3). #696 @flavorjones
6+
7+
38
## 2.9.2 / 2026-03-15
49

510
- Vendored sqlite is updated to [v3.51.3](https://www.sqlite.org/releaselog/3_51_3.html) (from v3.51.2). #688 @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.9.2"
3+
VERSION = "2.9.3"
44
end

0 commit comments

Comments
 (0)