Skip to content

Commit

Permalink
Release v0.0.5 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedijkstra authored and fatboypunk committed Aug 1, 2017
1 parent fee54fc commit 71fa1aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.0.5

## Changed
- Cell module didn't use a fallback adapter for the `__using__` macro (#16)
- Added back the View.relative_path method (#15)

# v0.0.4

## Changed
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ExCell.Mixfile do
use Mix.Project

@version "0.0.4"
@version "0.0.5"

def project do
[app: :ex_cell,
Expand Down

0 comments on commit 71fa1aa

Please sign in to comment.