Bump version to 0.10.0

This commit is contained in:
Alexander Savchuk
2020-12-03 22:43:11 +13:00
parent 1e186a8821
commit 6c1d8c7c65
2 changed files with 13 additions and 1 deletions

View File

@ -6,6 +6,18 @@ Visit https://github.com/msmhq/msm for more information.
Change Log
----------
### [0.9.4](https://github.com/msmhq/msm/compare/0.9.4...0.10.0)
First minor version in 4 years.
* Allow snapshots to be downloaded [#369][#369]
* Add dollar sign for interpolation [#389][#389]
* Add new instantiated Systemd unit file [#352][#352]
* Add configurable archive cleanup [#394][#394]
* Fix bash variable expansion for Debian installer [#401][#401]
* Remove invalid java invocation arguments [#403][#403]
* Convert server txt files to json [#405][#405]
### [0.9.4](https://github.com/msmhq/msm/compare/0.9.3...0.9.4)
* Added versioning support for the following properties. [#310][#310]

View File

@ -28,7 +28,7 @@
# The Minecraft Server Manager version, use "msm version" to check yours.
VERSION="0.9.10"
VERSION="0.10.0"
# Source, if it exists, the msm profile.d script
if [ -f "/etc/profile.d/msm.sh" ]; then