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 4eeb248 commit ff82729Copy full SHA for ff82729
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.2
7
+
8
+_12 August 2017_
9
10
+* Update for Elixir 1.5.1. (Stop using a now-deprecated API; otherwise no significant changes.)
11
12
13
## v2.0.1
14
15
_7 August 2017_
mix.exs
@@ -3,7 +3,7 @@ defmodule Sqlite.Ecto2.Mixfile do
def project do
[app: :sqlite_ecto2,
- version: "2.0.1",
+ version: "2.0.2",
name: "Sqlite.Ecto2",
elixir: "~> 1.3.4 or ~> 1.4",
elixirc_options: [warnings_as_errors: true],
0 commit comments