We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf55a7e commit 85f7fb6Copy full SHA for 85f7fb6
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## v0.11.5 - 2022-09-28
4
+- changed: Updated sqlite3 to 3.39.3
5
+
6
## v0.11.4 - 2022-08-24
7
- changed: Use `sqlite3_open_v2`. [#211](https://github.com/elixir-sqlite/exqlite/pull/211)
8
- changed: Expose `:mode`. [#212](https://github.com/elixir-sqlite/exqlite/pull/212)
README.md
@@ -34,7 +34,7 @@ Package: https://hex.pm/packages/exqlite
34
```elixir
35
defp deps do
36
[
37
- {:exqlite, "~> 0.11.4"}
+ {:exqlite, "~> 0.11.5"}
38
]
39
end
40
```
mix.exs
@@ -1,7 +1,7 @@
defmodule Exqlite.MixProject do
use Mix.Project
- @version "0.11.4"
+ @version "0.11.5"
@sqlite_version "3.39.3"
def project do
0 commit comments