From b0cbe4bd6fa1059acddfec2e33863246cee9b6c9 Mon Sep 17 00:00:00 2001 From: Brujo Benavides Date: Tue, 12 Apr 2016 11:51:24 -0300 Subject: [PATCH] [#12] Version bump to 1.0.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6062df2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Change Log + +## [1.0.0](https://github.com/inaka/elvis.mk/tree/1.0.0) (2016-04-12) +**Implemented enhancements:** + +- Generate a 3rd Party Plug-In for Elvis [\#2](https://github.com/inaka/elvis.mk/issues/2) + +**Closed issues:** + +- ref c3bb3f5 does not exist [\#10](https://github.com/inaka/elvis.mk/issues/10) +- Fulfil the Open-Source Checklist [\#3](https://github.com/inaka/elvis.mk/issues/3) + +**Merged pull requests:** + +- add configuration for the evlis version to use [\#11](https://github.com/inaka/elvis.mk/pull/11) ([bwegh](https://github.com/bwegh)) +- Update elvis link to 0.2.6 [\#8](https://github.com/inaka/elvis.mk/pull/8) ([elbrujohalcon](https://github.com/elbrujohalcon)) +- Update README.md [\#7](https://github.com/inaka/elvis.mk/pull/7) ([elbrujohalcon](https://github.com/elbrujohalcon)) +- \[\#3\] update README.md [\#6](https://github.com/inaka/elvis.mk/pull/6) ([Euen](https://github.com/Euen)) +- \[Close \#3\] update README.md [\#5](https://github.com/inaka/elvis.mk/pull/5) ([Euen](https://github.com/Euen)) +- \[\#2\] create plugins.mk file [\#4](https://github.com/inaka/elvis.mk/pull/4) ([Euen](https://github.com/Euen)) +- Update LICENSE [\#1](https://github.com/inaka/elvis.mk/pull/1) ([elbrujohalcon](https://github.com/elbrujohalcon)) + + + +\* *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/README.md b/README.md index a45ba27..68ad0e5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ following in your Makefile: ```make BUILD_DEPS = elvis_mk -dep_elvis_mk = git https://github.com/inaka/elvis.mk.git 784e41b +dep_elvis_mk = git https://github.com/inaka/elvis.mk.git 1.0.0 DEP_PLUGINS = elvis_mk ```