Skip to content

Commit 0df3e88

Browse files
committed
version bump to v2.3.1
1 parent e0d23c8 commit 0df3e88

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.3.1 / 2024-11-25
4+
5+
### Dependencies
6+
7+
- Vendored sqlite is updated to [v3.47.1](https://sqlite.org/releaselog/3_47_1.html) [#589] @flavorjones
8+
9+
310
## 2.3.0 / 2024-11-20
411

512
### Added

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

0 commit comments

Comments
 (0)