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 98d24ce commit 4b6d614Copy full SHA for 4b6d614
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# sqlite3-ruby Changelog
2
3
+## prerelease 2.1.0.rc2 / 2024-09-18
4
+
5
+### Improved
6
7
+- Address a performance regression in 2.1.0.rc1.
8
9
10
## prerelease 2.1.0.rc1 / 2024-09-18
11
12
### Ruby
lib/sqlite3/version.rb
@@ -1,3 +1,3 @@
module SQLite3
- VERSION = "2.1.0.rc1"
+ VERSION = "2.1.0.rc2"
end
0 commit comments