Skip to content

Commit

Permalink
Updated to ecto 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjos committed Aug 27, 2015
1 parent 5329c28 commit 8712ae5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.16.0
* Enhancements
* Updated to Ecto 1.0

# v0.15.2
* Enhancements
* Added an `opts` parameter to `Geo.JSON.encode` to allow for skipping JSON encoding
Expand Down
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Geo.Mixfile do

def project do
[ app: :geo,
version: "0.15.2",
version: "0.16.0",
elixir: "~> 1.0.0",
deps: deps,
description: description,
Expand All @@ -27,8 +27,8 @@ defmodule Geo.Mixfile do

defp deps do
[
{:poison, "~> 1.4"},
{:ecto, ">= 0.9.0" },
{:poison, "~> 1.0"},
{:ecto, "~> 1.0" },
{:postgrex, "~> 0.9", optional: true },
{:earmark, "~> 0.1", only: :dev},
{:ex_doc, "~> 0.6", only: :dev}
Expand Down
4 changes: 2 additions & 2 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
%{"decimal": {:hex, :decimal, "1.1.0"},
"earmark": {:hex, :earmark, "0.1.17"},
"ecto": {:hex, :ecto, "0.14.3"},
"ecto": {:hex, :ecto, "1.0.0"},
"ex_doc": {:hex, :ex_doc, "0.7.3"},
"hex": {:git, "git://github.com/rjsamson/hex.git", "48e3e0887153baa0a34879ebf649ae0af15ef386", []},
"jazz": {:hex, :jazz, "0.2.1"},
"jsex": {:git, "git://github.com/talentdeficit/jsex.git", "91fbbb51ac18c5ecec45044af107cd079af2ff8b", []},
"json": {:git, "git://github.com/cblage/elixir-json.git", "f386b18431bbc0a0b6d38519ec2f256b5a040668", []},
"jsx": {:hex, :jsx, "2.1.1"},
"poison": {:hex, :poison, "1.4.0"},
"poison": {:hex, :poison, "1.5.0"},
"poolboy": {:hex, :poolboy, "1.5.1"},
"postgrex": {:hex, :postgrex, "0.9.1"}}

0 comments on commit 8712ae5

Please sign in to comment.