Skip to content

Commit

Permalink
version bump to v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jul 29, 2024
1 parent dcaabc1 commit 0056892
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# sqlite3-ruby Changelog

## 2.0.3 / 2024-07-29

### Improved

- `Database#quote` avoids allocating strings where reusing frozen strings is preferable. #548 @casperisfine


## 2.0.2 / 2024-05-23

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion lib/sqlite3/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SQLite3
VERSION = "2.0.2"
VERSION = "2.0.3"
end

0 comments on commit 0056892

Please sign in to comment.