We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcaabc1 commit 0056892Copy full SHA for 0056892
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# sqlite3-ruby Changelog
2
3
+## 2.0.3 / 2024-07-29
4
+
5
+### Improved
6
7
+- `Database#quote` avoids allocating strings where reusing frozen strings is preferable. #548 @casperisfine
8
9
10
## 2.0.2 / 2024-05-23
11
12
### Dependencies
lib/sqlite3/version.rb
@@ -1,3 +1,3 @@
module SQLite3
- VERSION = "2.0.2"
+ VERSION = "2.0.3"
end
0 commit comments