File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ Unreleased] ( https://github.com/elixir-sqlite/exqlite/compare/v0.9.2...HEAD )
3
+ ## [ Unreleased] ( https://github.com/elixir-sqlite/exqlite/compare/v0.9.3...HEAD )
4
+
5
+
6
+ ## [ 0.9.3] - 2022-02-02
7
+ ### Fixed
8
+ - Fix ` SIGSEGV ` issue when a long running query is timed out. [ #191 ] ( https://github.com/elixir-sqlite/exqlite/pull/191 )
4
9
5
10
6
11
## [ 0.9.2] - 2022-01-27
188
193
189
194
190
195
[ ecto_sqlite3 ] : < https://github.com/elixir-sqlite/ecto_sqlite3 >
196
+ [ 0.9.3 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.9.2...v0.9.3
191
197
[ 0.9.2 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.9.1...v0.9.2
192
198
[ 0.9.1 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.9.0...v0.9.1
193
199
[ 0.9.0 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.8.7...v0.9.0
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Package: https://hex.pm/packages/exqlite
33
33
34
34
``` elixir
35
35
defp deps do
36
- {:exqlite , " ~> 0.9.2 " }
36
+ {:exqlite , " ~> 0.9.3 " }
37
37
end
38
38
```
39
39
Original file line number Diff line number Diff line change 1
1
defmodule Exqlite.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.9.2 "
4
+ @ version "0.9.3 "
5
5
6
6
def project do
7
7
[
You can’t perform that action at this time.
0 commit comments