Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qcam committed Apr 1, 2018
1 parent fd5f70f commit bf01620
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## v1.0.1

* Mark post paths as `@external_resource` for better recompilation.

## v1.0.0

* Introduce new parser `Nabo.Parser.Front`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ parsers.
```elixir
def deps() do
[
{:nabo, "~> 1.0.0"},
{:nabo, "~> 1.0.1"},
{:jason, "~> 1.0.0"}, # optional
{:earmark, "~> 1.2.4"}, # optional
]
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule Nabo.Mixfile do
use Mix.Project

@version "1.0.0"
@version "1.0.1"

def project do
[app: :nabo,
Expand Down

0 comments on commit bf01620

Please sign in to comment.