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 98d1ab4 commit 557ce1bCopy full SHA for 557ce1b
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# sqlite3-ruby Changelog
2
3
+## 2.1.1 / 2024-10-22
4
+
5
+### Dependencies
6
7
+- Vendored sqlite is updated to [v3.47.0](https://sqlite.org/releaselog/3_47_0.html) [#570] @flavorjones
8
9
10
## 2.1.0 / 2024-09-24
11
12
### Ruby
lib/sqlite3/version.rb
@@ -1,3 +1,3 @@
module SQLite3
- VERSION = "2.1.0"
+ VERSION = "2.1.1"
end
0 commit comments