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 d937a12 commit 953691eCopy full SHA for 953691e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.27.0
4
+
5
+- changed: Add ability to set `default_transaction_mode` for the connection
6
+ configuration.
7
8
## v0.26.0
9
10
- changed: Update sqlite to `3.47.0`.
README.md
@@ -35,7 +35,7 @@ Package: https://hex.pm/packages/exqlite
35
```elixir
36
defp deps do
37
[
38
- {:exqlite, "~> 0.25"}
+ {:exqlite, "~> 0.27"}
39
]
40
end
41
```
mix.exs
@@ -1,7 +1,7 @@
defmodule Exqlite.MixProject do
use Mix.Project
- @version "0.27.0-dev"
+ @version "0.27.0"
@sqlite_version "3.47.0"
def project do
0 commit comments