Skip to content

Commit

Permalink
Add a CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Maher4Ever committed Aug 9, 2012
1 parent 8c0df12 commit 5c3c52b
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,37 @@
## 0.1.4 - August 09, 2012

- [#2][]: Add support for Windows.

## 0.1.3 - June 15, 2012

- [#3][]: Support Guard v1.1 API.

## 0.1.2 - January 26, 2012

- Fix checking phpunit existence on zsh.
- Update Guard to it's first gold release.
- Small bug fixes.

## 0.1.1 - January 03, 2012

- Update gem dependencies.
- Small bug fixes.

## 0.1.0 - November 30, 2011

- Add detection for phpunit existence.
- Add the `:keep_failed` option.
- Add the `:all_after_pass` option.
- Refactor a portion of the code and small bug fixes.

## 0.0.2 - 0.0.3 - November 25, 2011

- Small bug fixes.

## 0.0.1 - November 24, 2011

- Initial release.

<!--- The following link definition list is generated by PimpMyChangelog --->
[#2]: https://github.com/Maher4Ever/guard-phpunit/issues/2
[#3]: https://github.com/Maher4Ever/guard-phpunit/issues/3
3 changes: 2 additions & 1 deletion guard-phpunit.gemspec
Expand Up @@ -21,8 +21,9 @@ Gem::Specification.new do |s|
s.add_development_dependency 'guard-rspec'
s.add_development_dependency 'yard'
s.add_development_dependency 'redcarpet'
s.add_development_dependency 'pimpmychangelog'

s.files = `git ls-files -- lib/*`.split("\n") + Dir.glob('{lib}/**/PHPUnit/**/*') + %w[LICENSE README.md]
s.files = `git ls-files -- lib/*`.split("\n") + Dir.glob('{lib}/**/PHPUnit/**/*') + %w[LICENSE README.md CHANGELOG.md]
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.require_paths = ["lib"]
end

0 comments on commit 5c3c52b

Please sign in to comment.