We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed5af71 commit d2aae38Copy full SHA for d2aae38
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# sqlite3-ruby Changelog
2
3
+## 2.8.1 / 2025-11-29
4
+
5
+- Vendored sqlite is updated to [v3.51.1](https://www.sqlite.org/releaselog/3_51_1.html) (from v3.51.0). #659 @flavorjones
6
+- Precompiled native gems are built with rake-compiler-dock v1.10.0 (previously v1.9.1).
7
8
9
## 2.8.0 / 2025-11-05
10
11
- Vendored sqlite is updated to [v3.51.0](https://www.sqlite.org/releaselog/3_51_0.html) (from v3.50.4). #652 @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.0"
+ VERSION = "2.8.1"
end
0 commit comments