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 4b97a95 commit d0a01b4Copy full SHA for d0a01b4
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## v0.11.7 - 2022-10-27
4
+- fixed: Segfault issue when database connections would time out. [#218](https://github.com/elixir-sqlite/exqlite/pull/218)
5
+
6
## v0.11.6 - 2022-09-29
7
- changed: Updated sqlite3 to 3.39.4
8
README.md
@@ -34,7 +34,7 @@ Package: https://hex.pm/packages/exqlite
34
```elixir
35
defp deps do
36
[
37
- {:exqlite, "~> 0.11.6"}
+ {:exqlite, "~> 0.11.7"}
38
]
39
end
40
```
mix.exs
@@ -1,7 +1,7 @@
defmodule Exqlite.MixProject do
use Mix.Project
- @version "0.11.6"
+ @version "0.11.7"
@sqlite_version "3.39.4"
def project do
0 commit comments