-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump version 0.1.0 #47
Comments
@kermorgant Can you fill in the explanation about Changelog issue? And since you contributed to many parts of this package, you can add your name as a collaborative author. If you are interested in that, please add your name before releasing. For example: diff --git a/company-phpactor.el b/company-phpactor.el
index f5648de..d70bbd5 100644
--- a/company-phpactor.el
+++ b/company-phpactor.el
@@ -3,6 +3,7 @@
;; Copyright (C) 2018 Friends of Emacs-PHP development
;; Author: Martin Tang <martin.tang365@gmail.com>
+;; Mikael Kermorgant <your-email@example.com>
;; Created: 18 Apr 2018
;; Version: 0.0.2
;; Keywords: tools, php
diff --git a/phpactor.el b/phpactor.el
index af2bb45..2e8c9e8 100644
--- a/phpactor.el
+++ b/phpactor.el
@@ -3,6 +3,7 @@
;; Copyright (C) 2018 Friends of Emacs-PHP development
;; Author: USAMI Kenta <tadsan@zonu.me>
+;; Mikael Kermorgant <your-email@example.com>
;; Created: 8 Apr 2018
;; Version: 0.0.2
;; Keywords: tools, php |
@zonuexe done Thanks for the authorship, I'll add that in a future commit |
@kermorgant Thanks a lot! |
Version 0.1.0 released. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since some problems have been fixed since 0.0.2, we will release it as
0.0.3
or0.1.0
.Changelog
Keep a Changelog principle
Add
import_class
Auto import class after completion #34close-file
Implement phpactor-action-collection #39collection
Implement phpactor-action-collection #39Changed
company-grab-symbol
by specific company-phpactor--grab-symbol add specific company-phpactor--grab-symbol function #29use
statement after class completion Auto import class after completion #34Fixed
php-mode'
s syntax table on the fly to use correct completion prefix add specific company-phpactor--grab-symbol function #29move_class
RPC action phpactor-move-class does not work #36 Implement phpactor-action-collection #39The text was updated successfully, but these errors were encountered: