File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3232
3333* Deploy command is no longer supported.
3434* Quickstart updated for better user experience.
35+
36+ ## 0.2.0 (2022-02-16)
37+
38+ * Microservices are now created within ` microservices ` directory.
39+ * ` version ` commands added.
40+ * Minos CLI no longer generates ` __pycache__ ` archives.
Original file line number Diff line number Diff line change 11__author__ = "Minos Framework Devs"
223- __version__ = "0.1.3 "
3+ __version__ = "0.2.0 "
44
55import sys
66
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " minos-cli"
3- version = " 0.1.3 "
3+ version = " 0.2.0 "
44description = " Command Line Interface for the Minos framework"
55readme = " README.md"
66repository = " https://github.com/minos-framework/minos-cli"
You can’t perform that action at this time.
0 commit comments