We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4bec5 commit ce2a9bbCopy full SHA for ce2a9bb
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.27.1
4
+
5
+- changed: Update sqlite to `3.47.1`.
6
7
## v0.27.0
8
9
- changed: Add ability to set `default_transaction_mode` for the connection
mix.exs
@@ -1,7 +1,7 @@
defmodule Exqlite.MixProject do
use Mix.Project
- @version "0.28.0-dev"
+ @version "0.27.1"
@sqlite_version "3.47.1"
def project do
0 commit comments