From 4212307bbcfd8accd2abfa7e4ab55a6751a0b11b Mon Sep 17 00:00:00 2001 From: USAMI Kenta Date: Sun, 12 Aug 2018 22:24:17 +0900 Subject: [PATCH] Bump version 0.17.1 --- ChangeLog.md | 4 ++++ phpunit.el | 2 +- test/phpunit-version-test.el | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 82a30d3..8ef9157 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/phpunit.el b/phpunit.el index 8b43102..d2c7e80 100644 --- a/phpunit.el +++ b/phpunit.el @@ -4,7 +4,7 @@ ;; Eric Hansen ;; ;; 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")) diff --git a/test/phpunit-version-test.el b/test/phpunit-version-test.el index 6ce1c7a..cda11d0 100644 --- a/test/phpunit-version-test.el +++ b/test/phpunit-version-test.el @@ -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