Skip to content

Commit ff82729

Browse files
authored
Prepare 2.0.2 release. (#190)
1 parent 4eeb248 commit ff82729

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.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+
613
## v2.0.1
714

815
_7 August 2017_

mix.exs

Lines changed: 1 addition & 1 deletion
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.1",
6+
version: "2.0.2",
77
name: "Sqlite.Ecto2",
88
elixir: "~> 1.3.4 or ~> 1.4",
99
elixirc_options: [warnings_as_errors: true],

0 commit comments

Comments
 (0)