Skip to content

Commit

Permalink
Release Guardian_db 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspork committed Apr 14, 2016
1 parent be2996c commit 7cab3f3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v 0.5.0

* Updated to support Guardian 0.10
* Make Postgrex optional
* Support database schema configuration
* Improve scope token lookup

# v 0.4.0

* Update deps to use higher level of postgrex
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule GuardianDb.Mixfile do
use Mix.Project

@version "0.4.0"
@version "0.5.0"

def project do
[app: :guardian_db,
Expand All @@ -27,7 +27,7 @@ defmodule GuardianDb.Mixfile do
defp _elixirc_paths(_), do: ["lib"]

defp deps do
[{:guardian, "~> 0.10.1"},
[{:guardian, "~> 0.10"},
{:ecto, ">= 0.11.0"},
{:postgrex, ">= 0.9.1", optional: true},
{:ex_doc, "~> 0.8", only: :docs},
Expand Down
10 changes: 5 additions & 5 deletions mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"earmark": {:hex, :earmark, "0.1.17"},
"ecto": {:hex, :ecto, "1.0.1"},
"ex_doc": {:hex, :ex_doc, "0.8.4"},
"guardian": {:hex, :guardian, "0.9.0"},
"guardian": {:hex, :guardian, "0.10.1"},
"joken": {:hex, :joken, "0.15.0"},
"jose": {:hex, :jose, "1.4.2"},
"plug": {:hex, :plug, "1.0.3"},
"poison": {:hex, :poison, "1.5.0"},
"jose": {:hex, :jose, "1.7.3"},
"plug": {:hex, :plug, "1.1.3"},
"poison": {:hex, :poison, "1.5.2"},
"poolboy": {:hex, :poolboy, "1.5.1"},
"postgrex": {:hex, :postgrex, "0.9.1"},
"uuid": {:hex, :uuid, "1.1.2"}}
"uuid": {:hex, :uuid, "1.1.3"}}

0 comments on commit 7cab3f3

Please sign in to comment.