Skip to content

Commit

Permalink
Version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seantanly committed Jan 6, 2017
1 parent 99bc0ef commit 67ef211
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
Changelog
====

## Version 0.0.3 (2017-01-06)

* Silence warnings for Elixir v1.4.
* Update generated docs using ex_doc v0.14.5.


## Version 0.0.2 (2016-01-26)

* Remove support for Combination.combine(Enum.t, Range.t) as it is simply a `Enum.flat_map/2` of `Combination.combine/2`, which should support any Enumerable other than Range.


## Version 0.0.1 (2016-01-15)

* First Version
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 Combination.Mixfile do
use Mix.Project

@version "0.0.2"
@version "0.0.3"

def project do
[
Expand Down

0 comments on commit 67ef211

Please sign in to comment.