File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22All released versions changes will be tracked and documented in this file.
33
4+ ## [ 0.8] ( https://github.com/Dtar380/MinecraftDockerCLI/releases/tag/0.8.0 ) - 29th November 2025
5+ Implemented update web and database functionality
6+
7+ ### Changed
8+ - Menu class
9+ - Builder class
10+ - Tests
11+ - Docs
12+
413## [ 0.7] ( https://github.com/Dtar380/MinecraftDockerCLI/releases/tag/0.7.1 ) - 28th November 2025
514Added a readthedocs documentation. Did a more thorough README.md documentation on assets inside the source.
615
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " MinecraftDockerCLI"
7- version = " 0.7.1 "
7+ version = " 0.8.0 "
88description = " CLI tool to enhance and simplify containerization of Minecraft servers"
99readme = " README.md"
1010license = " MIT"
Original file line number Diff line number Diff line change 22
33from .__main__ import *
44
5- __version__ = "0.7.1 "
5+ __version__ = "0.8.0 "
66__name__ = "MinecraftDockerCLI"
You can’t perform that action at this time.
0 commit comments