We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0.2.1
1 parent 3e5a461 commit 08fa343Copy full SHA for 08fa343
HISTORY.md
@@ -39,3 +39,11 @@
39
* `version` commands added.
40
* Minos CLI no longer generates `__pycache__` archives.
41
* `init` command is no longer supported.
42
+
43
+## 0.2.1 (2022-03-16)
44
45
+* Updated microservices' query repository.
46
+* Enhanced defaults Redis Docker container.
47
+* Automatic databases creation in script SQL file.
48
+* Fixed bugs
49
+* Improved versions compatibility.
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "minos-cli"
3
-version = "0.2.0"
+version = "0.2.1"
4
description = "Command Line Interface for the Minos framework"
5
readme = "README.md"
6
repository = "https://github.com/minos-framework/minos-cli"
0 commit comments