Skip to content

Commit 782653e

Browse files
committed
version bump to v2.7.0
1 parent 5a97532 commit 782653e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# sqlite3-ruby Changelog
22

3-
## next / unreleased
3+
## 2.7.0 / 2025-06-09
44

55
- Vendored sqlite is updated to [v3.50.1](https://sqlite.org/releaselog/3_50_1.html) (from v3.49.1). #630 @flavorjones
66

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

0 commit comments

Comments
 (0)