Skip to content

Commit

Permalink
chore(release): v0.1.0
Browse files Browse the repository at this point in the history
The changelog was generated with:

   mix changex.update --github Gazler/changex
  • Loading branch information
Gary Rennie committed Nov 18, 2014
1 parent 27b8af7 commit 42c5719
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,20 @@
# v0.1.0

## Bug Fixes

* **Changex.Formatter.Elixir**
* use Changex.Formatter.current_version ([45b77c59afebc9ac171698d9e5ea9d15ffe1ae40](https://github.com/Gazler/changex/commit/45b77c59afebc9ac171698d9e5ea9d15ffe1ae40))
* **Changex.Formatter.Markdown**
* use Changex.Formatter.current_version ([ed18c3afa8122645aed95f6118b04fb2fe0c3a55](https://github.com/Gazler/changex/commit/ed18c3afa8122645aed95f6118b04fb2fe0c3a55))
* **Changex.Formatter.Terminal**
* don't treat underscores as markdown ([8c33cd91d2c66837864549d9082eeb7864f2c71a](https://github.com/Gazler/changex/commit/8c33cd91d2c66837864549d9082eeb7864f2c71a))
* use Changex.Formatter.current_version ([b32ae4e7b42e336740c937500e029ca29557b6be](https://github.com/Gazler/changex/commit/b32ae4e7b42e336740c937500e029ca29557b6be))

## Features

* **Changex.Formatter**
* create a module to be used by other formatters ([728b6257bab812bc2213f20d82dd726e1a318740](https://github.com/Gazler/changex/commit/728b6257bab812bc2213f20d82dd726e1a318740))

# v0.0.5

## Features
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -3,7 +3,7 @@ defmodule Changex.Mixfile do

def project do
[app: :changex,
version: "0.0.6-dev",
version: "0.1.0",
elixir: "~> 1.0",
deps: deps]
end
Expand Down

0 comments on commit 42c5719

Please sign in to comment.