Bumped version to 0.5.0. Fixes #44.

This commit is contained in:
Marcus Whybrow 2012-07-11 07:34:48 +01:00
parent 110e56ca20
commit 58abbad116
2 changed files with 11 additions and 1 deletions

View File

@ -11,6 +11,16 @@ Maintainers:
Change Log
----------
### [0.5.0](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.4.3...0.5.0)
* Added the `msm <server> config <setting> <new-value>` command. Thanks to merging pull request [#46][#46] from [@cameroncros][@cameroncros].
* Fixed issue [#44][#44] where bash completion failed to work when accessing server conf information.
[#44]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/44
[@cameroncros]: https://github.com/cameroncros
[#46]: https://github.com/marcuswhybrow/minecraft-server-manager/pull/46
### [0.4.3](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.4.2...0.4.3)
* Creating a new server now automatically creates a `worldstorage` folder with a `readme.txt` inside.

View File

@ -25,7 +25,7 @@ CONF="${MSM_CONF:-/etc/msm.conf}"
### The Minecraft Server Manager version, use "msm version" to check yours.
VERSION="0.4.3"
VERSION="0.5.0"
### Config variables the user should not need/want to change