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 e0d23c8 commit 0df3e88Copy full SHA for 0df3e88
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# sqlite3-ruby Changelog
2
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
10
## 2.3.0 / 2024-11-20
11
12
### Added
lib/sqlite3/version.rb
@@ -1,4 +1,4 @@
module SQLite3
# (String) the version of the sqlite3 gem, e.g. "2.1.1"
- VERSION = "2.3.0"
+ VERSION = "2.3.1"
end
0 commit comments