Skip to content

Commit 6c1d8c7

Browse files
committed
Bump version to 0.10.0
1 parent 1e186a8 commit 6c1d8c7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.markdown

+12
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ Visit https://github.com/msmhq/msm for more information.
66
Change Log
77
----------
88

9+
### [0.9.4](https://github.com/msmhq/msm/compare/0.9.4...0.10.0)
10+
11+
First minor version in 4 years.
12+
13+
* Allow snapshots to be downloaded [#369][#369]
14+
* Add dollar sign for interpolation [#389][#389]
15+
* Add new instantiated Systemd unit file [#352][#352]
16+
* Add configurable archive cleanup [#394][#394]
17+
* Fix bash variable expansion for Debian installer [#401][#401]
18+
* Remove invalid java invocation arguments [#403][#403]
19+
* Convert server txt files to json [#405][#405]
20+
921
### [0.9.4](https://github.com/msmhq/msm/compare/0.9.3...0.9.4)
1022

1123
* Added versioning support for the following properties. [#310][#310]

init/msm

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929

3030
# The Minecraft Server Manager version, use "msm version" to check yours.
31-
VERSION="0.9.10"
31+
VERSION="0.10.0"
3232

3333
# Source, if it exists, the msm profile.d script
3434
if [ -f "/etc/profile.d/msm.sh" ]; then

0 commit comments

Comments
 (0)