From 7a600f45b95c440d338996cc77932806a4431c6c Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Mon, 11 Jan 2021 12:38:54 -0500 Subject: [PATCH] 0.1.1 --- .gitignore | 4 ++-- CHANGELOG.md | 7 +++++++ README.md | 3 +++ src/VERSION | 2 +- src/proxy | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.gitignore b/.gitignore index 0cb81f8..1b896f0 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ __pycache__/ # Debian mcpil_*-*.deb -deb/ +out/ # PyCharm .idea/* @@ -18,4 +18,4 @@ deb/ # Debian debian/tmp -out/deb \ No newline at end of file +out/deb diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e0b3f2d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +**0.1.1** +* Update Multiplayer Proxy + +**0.1.0** +* Initial Release diff --git a/README.md b/README.md index 83fc6b6..d9b1318 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # MCPIL-R This is a rewrite of th original MCPIL project meant to be less fragile and more compatible. +## Changelog +[View Changelog](CHANGELOG.md) + ## System Requirements Raspbian Buster/Ubuntu 18.04 Or Higher diff --git a/src/VERSION b/src/VERSION index 6c6aa7c..17e51c3 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.1.1 diff --git a/src/proxy b/src/proxy index 14ebb61..24d9072 160000 --- a/src/proxy +++ b/src/proxy @@ -1 +1 @@ -Subproject commit 14ebb61a66b53ac01c43e74afc3a5d67b24e584a +Subproject commit 24d9072615dc10abc7e255983ba607162d58e382