Skip to content

Commit

Permalink
Merge pull request #9 from inaka/harenson.version-bump-to-1-0-0
Browse files Browse the repository at this point in the history
Version bump to 1.0.0
  • Loading branch information
harenson authored Oct 11, 2017
2 parents 9d93306 + ec8994b commit 551f7a9
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
ebin/*
.eunit/*
.eunit/*
logs/
*.beam
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Change Log

## [1.0.0](https://github.com/inaka/mixer/tree/1.0.0) (2017-10-11)
[Full Changelog](https://github.com/inaka/mixer/compare/0.1.5...1.0.0)

**Merged pull requests:**

- Add new mixin type [\#8](https://github.com/inaka/mixer/pull/8) ([kevsmith](https://github.com/kevsmith))

## [0.1.5](https://github.com/inaka/mixer/tree/0.1.5) (2015-12-29)
[Full Changelog](https://github.com/inaka/mixer/compare/0.1.4...0.1.5)

**Merged pull requests:**

- Updated to 0.1.5 Version [\#6](https://github.com/inaka/mixer/pull/6) ([davecaos](https://github.com/davecaos))
- Updated for hexer tool [\#5](https://github.com/inaka/mixer/pull/5) ([davecaos](https://github.com/davecaos))

## [0.1.4](https://github.com/inaka/mixer/tree/0.1.4) (2015-09-16)
[Full Changelog](https://github.com/inaka/mixer/compare/0.1.3...0.1.4)

**Merged pull requests:**

- Bump version 0.1.4 [\#4](https://github.com/inaka/mixer/pull/4) ([jfacorro](https://github.com/jfacorro))
- \[\#3\] Include generic specs when generating stubs [\#3](https://github.com/inaka/mixer/pull/3) ([jfacorro](https://github.com/jfacorro))

## [0.1.3](https://github.com/inaka/mixer/tree/0.1.3) (2015-03-13)
[Full Changelog](https://github.com/inaka/mixer/compare/0.1.2...0.1.3)

**Merged pull requests:**

- Upgrade from Upstream [\#2](https://github.com/inaka/mixer/pull/2) ([elbrujohalcon](https://github.com/elbrujohalcon))

## [0.1.2](https://github.com/inaka/mixer/tree/0.1.2) (2014-12-19)
[Full Changelog](https://github.com/inaka/mixer/compare/0.1.1...0.1.2)

**Merged pull requests:**

- Removing eunit and dialyzer from make all. [\#1](https://github.com/inaka/mixer/pull/1) ([elbrujohalcon](https://github.com/elbrujohalcon))

## [0.1.1](https://github.com/inaka/mixer/tree/0.1.1) (2012-11-20)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion src/mixer.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{application, mixer,
[
{description, "Mix in public functions from external modules"},
{vsn, "0.1.5"},
{vsn, "1.0.0"},
{registered, []},
{applications, [kernel,
stdlib]},
Expand Down

0 comments on commit 551f7a9

Please sign in to comment.