We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f26cb7a commit b9029a6Copy full SHA for b9029a6
2 files changed
CHANGELOG.md
@@ -1,5 +1,21 @@
1
# sqlite3-ruby Changelog
2
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
19
## 2.8.1 / 2025-11-29
20
21
- Vendored sqlite is updated to [v3.51.1](https://www.sqlite.org/releaselog/3_51_1.html) (from v3.51.0). #659 @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.8.1"
+ VERSION = "2.9.0"
end
0 commit comments