File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11# sqlite3-ruby Changelog
22
3+ ## 2.9.0 / 2025-12-27
4+
5+ ### Ruby
6+
7+ - Introduce native gem packages for Ruby 4.0. @flavorjones
8+ - Drop support for Ruby 3.1. @flavorjones
9+
10+ ### Added
11+
12+ - Introduce ` Statement#named_params ` to introspect on a parameterized SQL statement. #627 #642 @captn3m0
13+
14+ ### Improved
15+
16+ - Small improvements to docstrings and comments. @flavorjones @houyuanjie
17+
18+
319## 2.8.1 / 2025-11-29
420
521- Vendored sqlite is updated to [ v3.51.1] ( https://www.sqlite.org/releaselog/3_51_1.html ) (from v3.51.0). #659 @flavorjones
Original file line number Diff line number Diff line change 11module SQLite3
22 # (String) the version of the sqlite3 gem, e.g. "2.1.1"
3- VERSION = "2.8.1 "
3+ VERSION = "2.9.0 "
44end
You can’t perform that action at this time.
0 commit comments