We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d8a30 commit 33b9859Copy full SHA for 33b9859
CHANGELOG.md
@@ -3,6 +3,13 @@
3
This is a major rewrite of the previously-existing [`sqlite_ecto`](https://github.com/jazzyb/sqlite_ecto) that adds support for Ecto 2.1+.
4
5
6
+## v2.0.3
7
+
8
+_28 August 2017_
9
10
+* Add sqlitex to applications in mix.exs. (Thank you, @obmarg!)
11
12
13
## v2.0.2
14
15
_12 August 2017_
mix.exs
@@ -3,7 +3,7 @@ defmodule Sqlite.Ecto2.Mixfile do
def project do
[app: :sqlite_ecto2,
- version: "2.0.2",
+ version: "2.0.3",
name: "Sqlite.Ecto2",
elixir: "~> 1.3.4 or ~> 1.4",
elixirc_options: [warnings_as_errors: true],
0 commit comments