From ec8994b70e16f9516a5abe22f6bd5b3e641b8a7c Mon Sep 17 00:00:00 2001 From: Harenson Henao Date: Wed, 11 Oct 2017 10:03:44 -0500 Subject: [PATCH] Version bump to 1.0.0 --- .gitignore | 4 +++- CHANGELOG.md | 43 +++++++++++++++++++++++++++++++++++++++++++ src/mixer.app.src | 2 +- 3 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.gitignore b/.gitignore index 5bfed61..896c342 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ ebin/* -.eunit/* \ No newline at end of file +.eunit/* +logs/ +*.beam diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..08c3a55 --- /dev/null +++ b/CHANGELOG.md @@ -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)* \ No newline at end of file diff --git a/src/mixer.app.src b/src/mixer.app.src index daee818..16ef460 100644 --- a/src/mixer.app.src +++ b/src/mixer.app.src @@ -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]},