Skip to content

Commit d2aae38

Browse files
committed
version bump to v2.8.1
1 parent ed5af71 commit d2aae38

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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+
39
## 2.8.0 / 2025-11-05
410

511
- 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

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

0 commit comments

Comments
 (0)