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 4609b72 commit 6b62c95Copy full SHA for 6b62c95
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# sqlite3-ruby Changelog
2
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
10
## 2.4.1 / 2024-12-08
11
12
### Dependencies
lib/sqlite3/version.rb
@@ -1,4 +1,4 @@
module SQLite3
# (String) the version of the sqlite3 gem, e.g. "2.1.1"
- VERSION = "2.4.1"
+ VERSION = "2.5.0.rc1"
end
0 commit comments