Skip to content

Commit 4212307

Browse files
committed
Bump version 0.17.1
1 parent 8b9c47d commit 4212307

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# phpunit.el ChangeLog
22

3+
## Version 0.17.1 (12/08/2018)
4+
5+
- [#60](https://github.com/nlamirault/phpunit.el/pull/60): Hotfix: Path to `phpunit` could not be expanded
6+
37
## Version 0.17.0 (09/08/2018)
48

59
- [#54](https://github.com/nlamirault/phpunit.el/pull/54): Fix warnings

phpunit.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
;; Eric Hansen <[email protected]>
55
;;
66
;; URL: https://github.com/nlamirault/phpunit.el
7-
;; Version: 0.17.0
7+
;; Version: 0.17.1
88
;; Keywords: tools, php, tests, phpunit
99

1010
;; Package-Requires: ((s "1.12.0") (f "0.19.0") (pkg-info "0.6") (cl-lib "0.5") (emacs "24.3"))

test/phpunit-version-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
;;(message "PHPUnit.el : %s" lib-version)
3737
(message "PHPUnit.el Cask version: %s" cask-version)
3838
;;(should (string= version (phpunit-mode-library-version)))))
39-
(should (string= "0.17.0" cask-version))))
39+
(should (string= "0.17.1" cask-version))))
4040

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

0 commit comments

Comments
 (0)