Skip to content

Commit 6b62c95

Browse files
committed
version bump to v2.5.0.rc1
1 parent 4609b72 commit 6b62c95

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## 2.5.0.rc1 / 2024-12-14
4+
5+
### Ruby
6+
7+
This release introduces native gem packages that include Ruby 3.4.
8+
9+
310
## 2.4.1 / 2024-12-08
411

512
### Dependencies

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.4.1"
3+
VERSION = "2.5.0.rc1"
44
end

0 commit comments

Comments
 (0)