Skip to content

Commit 4b6d614

Browse files
committed
version bump to v2.1.0.rc2
1 parent 98d24ce commit 4b6d614

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+
## prerelease 2.1.0.rc2 / 2024-09-18
4+
5+
### Improved
6+
7+
- Address a performance regression in 2.1.0.rc1.
8+
9+
310
## prerelease 2.1.0.rc1 / 2024-09-18
411

512
### Ruby

lib/sqlite3/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SQLite3
2-
VERSION = "2.1.0.rc1"
2+
VERSION = "2.1.0.rc2"
33
end

0 commit comments

Comments
 (0)