升级为 1.0.0 作出的修改如下：

1. 支持以Mojolicious::Services子类作为插件中的service管理器
2. 原Mojolicous::ServiceManage删除，增加了Mojolicious::Services类用于替代
3. 完善部分文档内容
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Your branch is up-to-date with 'origin/master'.
#
# Changes to be committed:
#	modified:   .gitignore
#	modified:   Changes
#	new file:   LICENSE
#	modified:   MANIFEST
#	new file:   META.json
#	new file:   META.yml
#	modified:   Makefile.PL
#	modified:   README
#	modified:   ignore.txt
#	modified:   lib/Mojolicious/Plugin/Service.pm
#	modified:   lib/Mojolicious/Service.pm
#	renamed:    lib/Mojolicious/ServiceManage.pm -> lib/Mojolicious/Services.pm
#	modified:   t/00-load.t
#	modified:   t/service-manage.t
#	new file:   t/service-manage/T/Service.pm
#	new file:   t/service-manage/T/Service/MyService.pm
#	new file:   t/service-manage/T/Services.pm
#	new file:   t/services-test.t
#	modified:   xt/boilerplate.t
#
