File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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 )
49
510
611## [ 0.9.2] - 2022-01-27
188193
189194
190195[ 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
191197[ 0.9.2 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.9.1...v0.9.2
192198[ 0.9.1 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.9.0...v0.9.1
193199[ 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
3333
3434``` elixir
3535defp deps do
36- {:exqlite , " ~> 0.9.2 " }
36+ {:exqlite , " ~> 0.9.3 " }
3737end
3838```
3939
Original file line number Diff line number Diff line change 11defmodule Exqlite.MixProject do
22 use Mix.Project
33
4- @ version "0.9.2 "
4+ @ version "0.9.3 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments