Skip to content

Commit 71fa1aa

Browse files
jessedijkstrafatboypunk
authored andcommitted
Release v0.0.5 (#17)
1 parent fee54fc commit 71fa1aa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v0.0.5
2+
3+
## Changed
4+
- Cell module didn't use a fallback adapter for the `__using__` macro (#16)
5+
- Added back the View.relative_path method (#15)
6+
17
# v0.0.4
28

39
## Changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ExCell.Mixfile do
22
use Mix.Project
33

4-
@version "0.0.4"
4+
@version "0.0.5"
55

66
def project do
77
[app: :ex_cell,

0 commit comments

Comments
 (0)