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 f62dbf2 commit 6019821Copy full SHA for 6019821
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
## Unlreleased
4
+
5
+## v0.13.1 - 2023-01-26
6
- added: `SQLITE_ENABLE_DBSTAT_VTAB=1`.
7
- changed: Allow `EXQLITE_SYSTEM_CFLAGS` to be appended to the `CFLAGS` regardless.
8
README.md
@@ -34,7 +34,7 @@ Package: https://hex.pm/packages/exqlite
34
```elixir
35
defp deps do
36
[
37
- {:exqlite, "~> 0.13.0"}
+ {:exqlite, "~> 0.13.1"}
38
]
39
end
40
```
mix.exs
@@ -1,7 +1,7 @@
defmodule Exqlite.MixProject do
use Mix.Project
- @version "0.13.0"
+ @version "0.13.1"
@sqlite_version "3.40.1"
def project do
0 commit comments