You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ See [the README](https://github.com/sparklemotion/sqlite3-ruby#native-gems-recom
23
23
24
24
#### More consistent developer experience
25
25
26
-
Both the native (precompiled) gems and the vanilla "ruby platform" (source) gem include sqlite v3.39.0 by default.
26
+
Both the native (precompiled) gems and the vanilla "ruby platform" (source) gem include sqlite v3.39.2 by default.
27
27
28
28
Defaulting to a consistent version of sqlite across all systems means that your development environment behaves exactly like your production environment, and you have access to the latest and greatest features of sqlite.
29
29
@@ -36,6 +36,7 @@ You can opt-out of the packaged version of sqlite (and use your system-installed
36
36
37
37
* TruffleRuby is supported.
38
38
* Apple Silicon is supported (M1, arm64-darwin).
39
+
* vcpkg system libraries supported. [#332] (Thanks, @MSP-Greg!)
0 commit comments