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 2fa7fb2 commit edb6e78Copy full SHA for edb6e78
CHANGELOG.md
@@ -7,6 +7,9 @@ project adheres to [Semantic Versioning][semver].
7
8
## Unreleased
9
10
+## v0.21.0
11
+- added: Ability to specify type extensions for custom sqlite types. See: [#167](https://github.com/elixir-sqlite/ecto_sqlite3/pull/167).
12
+
13
## v0.20.0
14
- added: Ecto [`identifier/1`](https://hexdocs.pm/ecto/Ecto.Query.API.html#identifier/1) support
15
- changed: Bump (and restrict) Ecto to `3.13.0`
mix.exs
@@ -1,7 +1,7 @@
1
defmodule EctoSQLite3.MixProject do
2
use Mix.Project
3
4
- @version "0.20.0"
+ @version "0.21.0"
5
6
def project do
[
0 commit comments