We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee54fc commit 71fa1aaCopy full SHA for 71fa1aa
CHANGELOG.md
@@ -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
7
# v0.0.4
8
9
## Changed
mix.exs
@@ -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,
0 commit comments