Skip to content

Commit 33b9859

Browse files
authored
Prepare 2.0.3 release. (#195)
1 parent 93d8a30 commit 33b9859

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
This is a major rewrite of the previously-existing [`sqlite_ecto`](https://github.com/jazzyb/sqlite_ecto) that adds support for Ecto 2.1+.
44

55

6+
## v2.0.3
7+
8+
_28 August 2017_
9+
10+
* Add sqlitex to applications in mix.exs. (Thank you, @obmarg!)
11+
12+
613
## v2.0.2
714

815
_12 August 2017_

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Sqlite.Ecto2.Mixfile do
33

44
def project do
55
[app: :sqlite_ecto2,
6-
version: "2.0.2",
6+
version: "2.0.3",
77
name: "Sqlite.Ecto2",
88
elixir: "~> 1.3.4 or ~> 1.4",
99
elixirc_options: [warnings_as_errors: true],

0 commit comments

Comments
 (0)