Skip to content

Commit

Permalink
Bump version 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Aug 12, 2018
1 parent 8b9c47d commit 4212307
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# phpunit.el ChangeLog

## Version 0.17.1 (12/08/2018)

- [#60](https://github.com/nlamirault/phpunit.el/pull/60): Hotfix: Path to `phpunit` could not be expanded

## Version 0.17.0 (09/08/2018)

- [#54](https://github.com/nlamirault/phpunit.el/pull/54): Fix warnings
Expand Down
2 changes: 1 addition & 1 deletion phpunit.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;; Eric Hansen <hansen.c.eric@gmail.com>
;;
;; URL: https://github.com/nlamirault/phpunit.el
;; Version: 0.17.0
;; Version: 0.17.1
;; Keywords: tools, php, tests, phpunit

;; Package-Requires: ((s "1.12.0") (f "0.19.0") (pkg-info "0.6") (cl-lib "0.5") (emacs "24.3"))
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit-version-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
;;(message "PHPUnit.el : %s" lib-version)
(message "PHPUnit.el Cask version: %s" cask-version)
;;(should (string= version (phpunit-mode-library-version)))))
(should (string= "0.17.0" cask-version))))
(should (string= "0.17.1" cask-version))))

(provide 'phpunit-version-test)
;;; phpunit-version-test.el ends here

0 comments on commit 4212307

Please sign in to comment.