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 cc13f1f commit 8cac986Copy full SHA for 8cac986
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.21.0
4
+
5
+- added: `Exqlite.Sqlite3.interrupt/1` to interrupt long running queries in the background.
6
7
## v0.20.0
8
9
- changed: update sqlite3 to `3.45.2`.
README.md
@@ -35,7 +35,7 @@ Package: https://hex.pm/packages/exqlite
35
```elixir
36
defp deps do
37
[
38
- {:exqlite, "~> 0.20"}
+ {:exqlite, "~> 0.21"}
39
]
40
end
41
```
mix.exs
@@ -1,7 +1,7 @@
defmodule Exqlite.MixProject do
use Mix.Project
- @version "0.20.0"
+ @version "0.21.0"
@sqlite_version "3.45.2"
def project do
0 commit comments