Skip to content

Commit 3412e31

Browse files
committed
version bump to v2.9.1
1 parent 92d81da commit 3412e31

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 2.9.1 / 2026-02-28
4+
5+
- Vendored sqlite is updated to [v3.51.2](https://www.sqlite.org/releaselog/3_51_2.html) (from v3.51.1). #683 @flavorjones
6+
37
## 2.9.0 / 2025-12-27
48

59
### Ruby

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.0"
3+
VERSION = "2.9.1"
44
end

0 commit comments

Comments
 (0)