We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54212a4 commit eab3893Copy full SHA for eab3893
CHANGELOG.md
@@ -7,6 +7,10 @@ project adheres to [Semantic Versioning][semver].
7
8
## Unreleased
9
10
+## v0.16.0
11
+
12
+- changed: Set minimum `exqlite` dependency to `0.22`.
13
14
## v0.15.1
15
16
- fixed: Encode nil blobs. This was previously unhandled.
README.md
@@ -17,7 +17,7 @@ in Hexdocs.
17
```elixir
18
defp deps do
19
[
20
- {:ecto_sqlite3, "~> 0.13"}
+ {:ecto_sqlite3, "~> 0.16"}
21
]
22
end
23
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule EctoSQLite3.MixProject do
2
use Mix.Project
3
4
- @version "0.15.1"
+ @version "0.16.0"
5
6
def project do
0 commit comments